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

RE: Providing new version of repository for a check-in

From: Dale Worley <dworley_at_pingtel.com>
Date: 2005-08-08 20:48:19 CEST

> From: Aaron Wood [mailto:woody77@gmail.com]
>
> This seems like something that svn should be able to do somewhat on
> it's own (take a directory structure and just consider that the "new
> revision" of the respository.

svn doesn't do it (because to do it well, you want to detect files that have
been renamed, etc., and doing the job completely may require more than one
commit), but svn_load_dirs.pl does this.

But as someone else noted, you really want cvs2svn, which will convert your
entire CVS history into Subversion history.

Dale

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Aug 8 20:51:54 2005

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.