Re: CVS -> SVN
Pedro de Carvalho Gomes <[email protected]> Thu, 02 Jun 2005 01:23:44 -0300
| Newsgroups | gmane.comp.kde.kwintv |
|---|---|
| Message-ID | <[email protected]> |
Subversion does not allow checkout of single files. Instead you should use the "cat" command. It does not supervise the checkout file, but is useful. For example,the Makefile.am.in file should be fetched like this: svn cat svn://[email protected]/home/kde/trunk/extragear/multimedia/Makefile.am.in > Makefile.am.in Christoph Brill wrote: >Hi list, > >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/Makefile.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 > >Regards, > Christoph > >_______________________________________________ >kwintv mailing list >[email protected] >https://mail.kde.org/mailman/listinfo/kwintv > > >