Re: Import some files in a repository
From: Matthieu Moy <Matthieu.Moy_at_imag.fr>
Date: 2007-11-15 18:10:13 CET
Benjamin Watine <watine@cines.fr> writes:
> I've set up a repository for the sources of a project. A developper of
Did he rename any file?
> I've tried this :
You have to be carefull to "svn co" the revision the work is based on.
> delete the modified files in this new local repos (svn del, rm)
Why "svn delele + svn add"? If they are the same files, the file is
More precisely, if no renaming is involved, I'd do
$ svn co -r <base revision for developer's work> ... dir/
If files need to be renamed, you need to do that manually with "svn
-- Matthieu --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Thu Nov 15 18:12:22 2007 |
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.