[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion vs CVS for document files

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: 2006-11-09 04:16:45 CET

On Wed, 2006-11-08 at 18:12, Eric wrote:
> I've forgotten ... can any of you tell me whether CVS allows individual
> file checkout and checkin rather than (or in addition to) whole directories
> like SVN?

You can tell cvs to check out a single file and it will do it, but
it will insist on creating a new directory to hold it and the CVS
directory it needs internally. It will create directories to
match the path in the repository by default or you can specify
a new one with -d. You can later check out additional files
from the same repository directory into that directory, and
you can commit them back individually.

-- 
  Les Mikesell
   lesmikesell@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 9 04:19:06 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.