SVN timing

Jeroen Wijnhout Jeroen.Wijnhout at kdemail.net
Thu Mar 24 08:09:03 GMT 2005


On Wednesday 23 March 2005 10:07 pm, Jason Keirstead wrote:
> On Wednesday 23 March 2005 5:00 pm, Adriaan de Groot wrote:
> > That one is pretty hard to follow, really. How about SVN for complete
> > retards? A dozen examples showing:
>
> Full ack on that as well.. but even on top of that, I was thinking more
> along the lines of kde-specifc things. Like for example, how does the
> following procedure, which is frequently done, change for SVN?
>
> cvs co -l module

svn co -N module

> cvs co module/submodule
> ln -s kde-common/admin module/admin

Hmm, I always use
cvs co -d module/admin kde-common/admin
this would become
svn co kde-common/admin module/admin

> What about make -f Makefile.cvs, etc.. is that going to change?

This also occurred to me. If you change it, some 
documentation/tutorials/scripts will break, if you leave it like this it will 
look very silly.

best,
Jeroen




More information about the kde-core-devel mailing list