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

Re: cvs2svn and renamed files

From: Bhuvaneswaran <bhuvan_at_ubuntu.com>
Date: 2006-06-08 10:20:41 CEST

> mv foo bar; cvs rm foo; cvs add bar
>
> Of course, bar revision numbers start at 1.1 and in cvs log bar, I
> don't see the log messages for foo. Unlike with SVN, where

The move happens at the filesystem level. The "foo" file is removed
and "bar" file is added. The CVS does not link these two files.

> svn mv foo bar; svn log bar
>
> will show the whole history of the file. When converting with
> cvs2svn, the files foo and bar are not connected in the new

If you expect similar behaviour (ie.. you are not bothered about
history) in svn, you can do this:

 $ cp foo bar; svn rm foo; svn add bar

-- 
Regards,
Bhuvaneswaran
www.symonds.net/~bhuvan/
GPG: 0x7A13E5B0
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 8 10:22:37 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.