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

Copying a file with SVN::Simple::Edit / Perl bindings

From: Mathias Weinert <mathias.weinert_at_gfa-net.de>
Date: 2005-10-17 18:22:23 CEST

Hi there,

I am still (no replies to my first question today) not really sure if this is the right place
for my question so please let me know if not.

When I want to copy a file within the repository by using SVN::Simple::Edit's copy_file() I always
get something like the following:

General filesystem error: Source url 'trunk/foo.c' is from different repository at ./test.pl line 32

test.pl, line 32 says:
$edit->copy_file('trunk/bar.c', 'trunk/foo.c', $fs->youngest_rev);

It also doesn't work if I use an explicit revision instead of '$fs->youngest_rev'.

Is there anybody who managed to use this function and who can tell me what to do or how to use it?

Many thanks for your help!

Mathias

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 17 18:23:25 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.