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

Re: Import some files in a repository

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-11-15 17:51:08 CET

On Nov 15, 2007 11:40 AM, Benjamin Watine <watine@cines.fr> wrote:
> Hi all
>
> I'm a beginner using subversion, so please forgive my lack of knowledge.
>
> I've set up a repository for the sources of a project. A developper of
> our team didn't use the repository, and did a lot of work ; he have
> modified around 100 files.
>
> Now, I have to import those files into our repository, but I don't know
> how to do that... It seem's like an svn import, but I don't want to
> rebuild the entire repository.
>
> I've tried this :
> make a temp local repos with svn co
> delete the modified files in this new local repos (svn del, rm)
> import the new modified file in the local repos (cp, svn add)
> trying to commit (svn commit), then it give me an error :

Try using svn_load_dirs.pl instead of manually working out what's been
added and removed.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 15 18:02:50 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.