I have tried to setup projects with git for version control.
It doesn't appear to be working. There isn't enough documentation (for me) to tell if I did things correctly.
I have git pointing to my bin\git.exe. Is this right? Should I be pointing to one of the .bat files instead?
I have the project repository set as the directory containing the project's working files. Should a trailing slash be included or not? (tried both, makes no apparent difference). I also tried making the repository the .git directory but that made no difference.
Here is what I get:
- pencil icons appear on changed files in the project explorer.
- svn commands appear on the context menu
- I can commit an individual file (and it works as I can see from cmdline git and tortoise). I cannot commit the project as a whole.
- I can see revision history for individual files, but not the project as a whole.
- I cannot diff any file. Compare to previoius version does nothing. When I bring up the revision history and choose a revision and click the "compare to selected revision" button, I get a message: The requested file could not be retrieved from the source control system.
So, it only works very partially and really not acceptably. Is this just the way it is or have I done something wrong--very likely--in configuring git with the projects plugin.
Thanks for your help,
Lewis