Hi
I'm using WM7 (with BizFlow) and am getting errors when I am trying to check-in a project. The error is:
Error committing changes from the latest saveDetails
Check-In Project
Project check-in failed - Unable to tag git repository: Error committing changes to repository C:\Program Files (x86)\BizFlow\WebMaker/users/user1/JLT_SS/mvc/SS_DocProd2 - Exception caught during execution of add command
Any idea how I can track down the problem? The logs are not showing anything.
Thanks
I'm using WM7 (with BizFlow) and am getting errors when I am trying to check-in a project. The error is:
Error committing changes from the latest saveDetails
Check-In Project
Project check-in failed - Unable to tag git repository: Error committing changes to repository C:\Program Files (x86)\BizFlow\WebMaker/users/user1/JLT_SS/mvc/SS_DocProd2 - Exception caught during execution of add command
Any idea how I can track down the problem? The logs are not showing anything.
Thanks
RE: Team Server Error
I'm sorry you are getting this issue.
Are you using the Team Server to manage the version control for this project, or are you just checking in to create a local version number?
If you are not using the Team Server, are you using any other external version control approach?
Have you had multiple developers working on this project or is it just one person?
To help us investigate further would it be possible for you to send us through some additional details?
If so, can you zip up a copy of the directory for this project from the file system? This will be in the .../WebMaker/users/user1/<workspace>/mvc/<project> location. It is important that the .git directory is included in this zip.
If possible it would also be great to get copies of all the log files in the .../WebMaker/design/blueprints/xlog directory.
Many thanks for any details you can provide. Hopefully we can get this resolved for you.
Regards,
Gerard
RE: Team Server Error
I assume from this you are using the Team Server, so please just ignore those couple of questions above.
RE: Team Server Error
I'm trying to send you a zip file now - it's rather large though!
RE: Team Server Error
Thanks for sending the zip file through - I got it ok.
I have been having a look at this, and I get the same error you are seeing with this directory.
WebMaker uses GIT internally for managing the project versions etc, and in this case it looks like a previous git operation has not completed correctly for some reason. As a result it has left the directory locked, so any future git operations are failing.
I am not sure why this has happened, but you should be able to resolve it by manually deleting the index.lock file from the ...\WebMaker\users\user1\<workspace>\mvc\<project>\.git directory.
Hopefully with this file removed you should be able to save, check in, etc without getting this error.
Please let me know how you get on.
Regards,
Gerard
RE: Team Server Error
deleting that file has allowed me to save / checkin the file. Thanks for your help!