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

Import some files in a repository

From: Benjamin Watine <watine_at_cines.fr>
Date: 2007-11-15 17:40:30 CET

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 :

% svn commit
Ajout src/pac
svn: Échec de la propagation (commit), détails :
svn: MKCOL de
'/svn/PAC/!svn/wrk/f6ffd53b-2753-47c0-b180-0248fed975ea/trunk/src/pac':
405 Method Not Allowed (http://----------.fr)
svn: Le message de propagation a été laissé dans un fichier temporaire :
svn: '/-----------------------/trunk/svn-commit.tmp'

I don't know what I did wrong. Is there is a good way to import those
files in my repository without rebuilding it entirely ?

Thank you !

Ben

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