Re: help! svn r3 & r4

Jean-Christophe Michel <jc.michel-/aRvmaKoZxNWk0Htik3J/[email protected]> Sat, 03 Dec 2005 14:33:00 +0100
Newsgroups gmane.comp.lib.binarycloud.devel
Message-ID <[email protected]>
Bas Kamer wrote:
> help!
> 
> I made a mistake and am not sure how to undo this.
> 
> revisions 8635 & 8636 were done to the r3 branch and not to what i 
> indended the r4 brach created in 8635.
> 
> is there an easy way to delete / remove 8635 & 8636?
> 
> or even better is there an easy way to undo these changes in r3 and 
> apply them to r4? since 8635 is a copy of r3 that might be possible...

Try to read the svn book available online.
Here what I would try:
 # save changes to r4 local
 cp whatever to r4
 # restore r3
 svn update -r 8635
 svn ci -m "back to 8635"
 # commit r4
 cd ../r4
 svn ci -m "..."

Not certified !!
-- 
Jean-Christophe Michel

_______________________________________________
dev mailing list
dev-PnctHDZWAvB/Cz2I37pSEPZ4XP/[email protected]
http://lists.binarycloud.com/mailman/listinfo/dev