svn branch question
Mickael Marchand
marchand at kde.org
Mon Apr 4 11:51:50 BST 2005
Charles Samuels wrote:
> Like many programs in cvs, noatun has an experimental "make-it-snow" branch.
>
> How will this branch be checkoutable and compilable? It sounds like I will
> have to check it out of its branch dir and move it into kdemm where it
> belongs... which really is a lot more tedious than cvs -r BRANCH.
>
> thanks
>
> -Charles
iirc,
cd kdemultimedia/noatun;
svn switch URL_of_kde/branches/work/make-it-snow
to get back to HEAD :
svn switch URL_of_kde/trunk/kdemultimedia/noatun
merging changes from make-it-snow into HEAD
in the HEAD tree :
svn merge URL_of_kde/trunk/kdemultimedia/noatun
URL_of_kde/branches/work/make-it-snow
Cheers,
Mik
More information about the kde-core-devel
mailing list