Development > Newbie Coding
Switch from svn to git without redownloading everything?
bayo:
Here you have the first binary snapshot from 2.4-dev for Windows
http://ufoai.ninex.info/wiki/index.php/Download
It not contain resources or compiled maps, and not uforadian
But it is more and more out of topic...
Kildor:
> Are your sure? git fetch + git upbase will do the job, no ?
No. git fetch annoys me about «uncommited changes». And this is shit, because I don`t want to commit this changes to main repo at all.
Mattn:
git fetch <--- download latest changes and put them into your local repo
git stash save <--- save your changes but make your working copy clean
git upbase <--- update your workingcopy
git stash pop <--- restore your local changes
btw. which changes are needed in your local copy but should not get commited? something build related?
Duke:
--- Quote from: Mattn on September 30, 2010, 07:18:00 am ---git fetch <--- download latest changes and put them into your local repo
git stash save <--- save your changes but make your working copy clean
git upbase <--- update your workingcopy
git stash pop <--- restore your local changes
--- End quote ---
I already whined about stashing in the Coding forum:
http://ufoai.ninex.info/forum/index.php?topic=5413.0
--- Quote ---btw. which changes are needed in your local copy but should not get commited? something build related?
--- End quote ---
I often modify the code just for debugging purposes.
Also, as I tend to work on several bugs and/or features simultaneously, there is always quite a lot of unfinished work...
Maybe the buildbot should also provide nightly source-zips ?
Kildor:
> btw. which changes are needed in your local copy but should not get commited? something build related?
* Unfinished maps that I don`t want to share yet (is not enough quality).
* Some playing with ump (again unfinished).
* normal version of compile_maps.bat (I hate current version of it).
* some others tests, playings and so on.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version