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

Invalid copy source path

From: Louis-Simon Houde <houdelou_at_hotmail.com>
Date: Wed, 13 Aug 2008 13:09:04 -0400

Hi,
 
I had this error message while doing the svndumpfilter command. I looked everywhere on the web and found no workaround for this problem. So I've tried many things to get the work done. Maybe the following solution is obvious to experts but I decided to post it anyway because I found a workaround at least for my case.
 
This is what I wanted to do :
 
$ svnadmin dump <repository> > dumpfile
$ svndumpfilter include bash < dumpfile > bash-dumpfile
 
where bash was the project I wanted to include in my new dumpfile.
 
I got the following error after issuing svndumpfilter command :
  Invalid copy source path
 
What I did is issuing the reverse svndumpfilter command :
 
$ svndumpfilter exculde <every/projects/except/bash> < dumpfile > bash-dumpfile
 
Hope this could save time to some of you.
 
Louis-Simon
  
   
 
_________________________________________________________________
Received on 2008-08-13 19:16:06 CEST

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.