You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Aldrich <Da...@EU.NEC.COM> on 2008/10/13 12:51:49 UTC

Script: svn_load_dirs.pl

Hi

How do I take:

http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn_load_dirs/svn_load_dirs.pl.in

and convert it to a .pl script for use on a Windows platform please?

Is the .pl file provided with any svn distribution?

BR

David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


RE: Script: svn_load_dirs.pl

Posted by David Aldrich <Da...@EU.NEC.COM>.
Hi Andy

> I think the only change required is this line:
>
> # Specify the location of the svn command.
> my $svn = '@SVN_BINDIR@/svn';
>
> You just need to tell the script where svn.exe is on your system.

Thanks, that worked fine.

David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


RE: Script: svn_load_dirs.pl

Posted by David Aldrich <Da...@EU.NEC.COM>.
Hi

I have a problem with running svn_load_dirs.pl. The script fails near the end as follows:

Running "svn.exe" cp --non-interactive --file C:\WINDOWS\TEMP\svn_load_dirs_unflI5Q9Wg\tzFrHgrR2k
https://172.xxx/subversion/MyDsp/trunk https://172.xxxx/subversion/MyDsp/tags/REV_767
svn: MERGE request failed on '/subversion/MyDsp'
svn: Reference to non-existent node '0.0.r-1/-1' in filesystem '/home/svn/MyDsp/db'

Any suggestions on what is wrong please?

David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


Re: Script: svn_load_dirs.pl

Posted by Andy Levy <an...@gmail.com>.
On Mon, Oct 13, 2008 at 08:51, David Aldrich <Da...@eu.nec.com> wrote:
> Hi
>
> How do I take:
>
> http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn_load_dirs/svn_load_dirs.pl.in
>
> and convert it to a .pl script for use on a Windows platform please?

I think the only change required is this line:

# Specify the location of the svn command.
my $svn = '@SVN_BINDIR@/svn';

You just need to tell the script where svn.exe is on your system.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org