PTCInc / thingworx-gitbackup-extension

[Unofficial/Not supported] ThingWorx GitBackup Extension for storing your ThingWorx application code in a Git repository
MIT License
25 stars 11 forks source link

Working with two independent repositories on the same server #54

Closed vrabie-d closed 6 months ago

vrabie-d commented 6 months ago

I have two separate projects that I want to keep track of on the same ThingWorx server. I created two independent repos, however I cannot switch between them in GitBackup. If I want to push changes to Repo2, files from Repo1 will also be committed despite me not adding them in the Export step. Is there anything I am missing or might be doing wrong?

vrosu commented 6 months ago

Can you check in the Git Thing's configuration and let me know what is the FileRepository folder you specified for each Thing?

vrabie-d commented 6 months ago

I noticed the issue, by accident both Things had the same path for FileRepository. Changed that and now there are no more issues