hpi-swa / Squot

Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage
Other
58 stars 29 forks source link

.package confusion after setup #381

Open marceltaeumel opened 2 years ago

marceltaeumel commented 2 years ago

What did I do wrong here? Is that "respository/" indirection relevant in Squot? Can I mess this up just by setting up (i.e., cloning) an existing project wrong?

grafik

j4yk commented 2 years ago

Hi @marceltaeumel, What did you do exactly? If you just clone, such things should not happen. Have you maybe cloned outside of Squeak, then added a new repository in the Git Browser and chose the "repository" directory rather than the root of the Git repository when asked for the directory? I assume that would create a new Git repository inside of the one that you cloned. But even then I am wondering why the packages with "repository/" in the path appear there at all.

The directories are relevant to Squot. I have plans to change that (so that it becomes possible to rename artifacts without them appearing as removed, then added as a new one), but that is not implemented yet.