feature request: checkout repositories partially
From: Robert Schiele <rschiele_at_uni-mannheim.de>
Date: 2002-09-22 11:39:13 CEST
Hello,
I am using the following CVS feature that is not possible with SVN
Assume you have a repository with the following structure:
project/
Further assume, c/ includes some stuff that has to be kept private,
With CVS I do:
# CVSROOT=server:/path/to/repos export
Now I have all what I need, but prevent checkout of c/.
The drawback with cvs is that you never should run "cvs update -d"
With SVN this seems not to be possible.
I tried:
# svn co -N https://server/repos
I wanted to add subdirs later, but I didn't find a possibility to do
It would be nice to be able to just do a
# svn co a
Without an absolute URL this should mean, add this subdir from the
What do you think about that idea?
Robert
-- Robert Schiele Tel.: +49-621-181-2517 Dipl.-Wirtsch.informatiker mailto:rschiele@uni-mannheim.de
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.