/srv/irclogs.ubuntu.com/2011/10/29/#bzr.txt

ccxCZsproaty: you can replace the content of the repo's working directory with the code and commit it. or alternatively make unified diff an apply it00:06
sproaty_ccxCZ, so copy my current dir contents somewhere, checkout my branch into that folder then move my back over?00:13
sproaty_move my code*00:13
ccxCZit's one of possibilities, actually I'd rather suggest rsync -av --delete --exclude .bzr code/ new_branch/00:19
ccxCZthat will make sure you leave the .bzr dir intact and copy over all files along with permissions etc.00:20
fullermdI'd make a temporary branch, rm away all the files in the WT, then move the .bzr dir into the existing place.00:22
fullermd(well, I guess you could skip the rm'ing and just mv .bzr)00:22
ccxCZthat's also an alternative00:22
sproaty_on windows unfortunately :(00:23
ccxCZwell, then the trick with moving .bzr is more easilly done I guess00:24
sproaty_cheers :)00:29
michaelh1Sorry for the spam, but any Australians here going to UDS on Qantas tomorrow?09:26
=== michaelh1 is now known as michaelh1|away
hikikohello18:36
hikikohow can i get a previous revision of my launchpad tree?18:39
hikiko(revert to the previous)18:41
jelmerhikiko: bzr revert -rREV18:58
jelmerhikiko: if you also want to change the branch back, use "zr update -rREV"18:58
hikikothank you :)18:59
hikikohmmm it doesn't download anything18:59
hikikoi added some textures (png images) to my branch previous revision19:00
hikikoand now i want them back without checking out and then copy and then commit etc19:00
hikikois this possible?19:00
thumperhikiko: it doesn't need to download anything as it has the local history19:01
hikikono19:01
thumper(assuming you didn't use a light weight checkout)19:01
hikikoi replaced them19:01
hikikowith low resolution textures19:01
hikikoand now i want the previous high resolution19:02
hikikofrom the previous release19:02
fullermdIn that case you want to use 'revert' on those files.19:02
hikikobzr revert file 1 file2 etc?19:04
fullermdrevert -rWHATEVER file1 file2 ...19:05
hikikothank you :)19:07
mgzhm, apparently it's midnight back home.23:09

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!