
repository don't update
Reported by Cyril Mougel | June 19th, 2009 @ 12:51 PM
I found a little bug in building with GIT
In my rake task define in my project, Sometimes I have a file modified.
In next build, the command made are :
- git fetch && git checkout origin/master
but as I have a modified file in my repository in build directory, the checkout failed. my working directory is allways in previous commit. There are no update.
I propose to made a git checkout . before the git checkout origin/master. With this checkout, the repository is clean.
Comments and changes to this ticket
-
Cyril Mougel June 19th, 2009 @ 02:29 PM
I create a patch to fix this issue.
http://github.com/shingara/bob/commit/16e890627f4a81bc8a8ac68766803...
-
Simon Rozet June 29th, 2009 @ 01:22 AM
- Assigned user set to Simon Rozet
- State changed from new to open
- Tag changed from bob, checkout, git, update to bob, git
-
Simon Rozet October 21st, 2009 @ 10:53 PM
- State changed from open to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Automated continuous integration server that doesn't suck.