Re: CVS -> SVN
Christoph Brill <[email protected]> Wed, 01 Jun 2005 23:33:49 +0200
| Newsgroups | gmane.comp.kde.kwintv |
|---|---|
| Message-ID | <1117661629.16449.2.camel@localhost> |
Am Mittwoch, den 01.06.2005, 23:00 +0200 schrieb Zsolt Rizsanyi: > On Wednesday 01 June 2005 19.29, Christoph Brill wrote: > > due to the change of KDE from CVS to SVN the current guide to get latest > > source is not up to date. I was able to check out the directories needed > > to my pc using this > > > > svn co > > svn://[email protected]/home/kde/trunk/extragear/multimedia/kdetv/ > > > > svn co > > svn://[email protected]/home/kde/trunk/KDE/kde-common/admin/ > > > > But > > > > svn co > > svn://[email protected]/home/kde/trunk/extragear/multimedia/Makefi > >le.am.in > > > > does not work ... svn only seems to accept directories and I just don't > > want the complete extragears directory. > > > > Can someone enlighten my darkness? :D > > One option is to use: > svn co --non-recursive svn://[email protected]/home/kde/trunk/extragear/multimedia/ > Thanks for the tip. Will try that tomorrow (I got the files from websvn) > and then: > svn co svn://[email protected]/home/kde/trunk/extragear/multimedia/kdetv multimedia/kdetv > or > cd multimedia ; svn update kdetv Currently my directory works fine as is without the symlinking stuff mentioned in the kdetv CVS tutorial. But if I get the files like you did, that might no longer work. Will test it tomorrow, too.