Can't see git changes
Hi,
I can't see "My Changes" and changes for the entire project (git repo).
1) I configured VCS root. Connection is succesful.
2) TeamCity is placed on the same server as git. I use Anonymous connection, but also have tryied Private key.
3) I'm using gitolite. In the TeamCity my git user name is "victor". I have key - gitolite-admin/keys/victor.pub.
4) I don't have any error messages in the teamcity-vcs.log.
Does anybody know what to do?
Please sign in to leave a comment.
Hi Victor,
please enable debug-vcs logging preset at TeamCity administration and check if teamcity-vcs.log contains any clues on what is happening.
I don't see any information in the teamcity-vcs.log which can help to investigate the issue.
Attachment(s):
teamcity-server.log.zip
teamcity-vcs.log.zip
Logs indeed don't contain any errors regarding collecting changes in the git vcs root. I would say it should work..
Could you please push a commit to the repository and check for pending changes in the build configuration where this vcs root is attached and provide debug logs again?
I don't have build configurations, only VCS root. I'm gonna use TeamCity to track changes and to connect it with YouTrack. I don't need continious integration.
But TeamCity doesn't check changes in vcs roots not attached to any build configuration. You can create a dumb configuration just to detect changes.
Hmmm, maybe I missed this moment in the docs. Anyway, I added a dummy build and my changes became visible.
Dmitry, thank you for your help!