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

svn_load_dirs.pl.in error (was: Re: Building up baseline repository with old builds)

From: Jennifer Kesterson <Jennifer.A.Kesterson_at_jpl.nasa.gov>
Date: 2005-10-21 02:14:09 CEST

Hi,

I'm having trouble running svn_load_dirs.pl.in. I ran :
$ ./svn_load_dirs.pl.in -t tags/1.0 svn_url trunk b1.0
Where:
svn_url = the URL to the repository root (substituted here for privacy),
trunk = import_dir (which already exists at root, but empty)
b1.0 = subdirectory of the directory where I'm running the script (which is
NOT a working copy).

I got the following output:
Directory b1.0 will be tagged as tags/1.0
Please examine identified tags. Are they acceptable? (Y/n) y

Checking that the base URL is a Subversion repository.
Running @SVN_BINDIR@/svn log -r HEAD svn_url
./svn_load_dirs.pl.in: @SVN_BINDIR@/svn log -r HEAD svn_url failed with
this output:
Can't exec "@SVN_BINDIR@/svn": No such file or directory at
./svn_load_dirs.pl.in line 1437, <STDIN> line 1.
./svn_load_dirs.pl.in: cannot exec '@SVN_BINDIR@/svn log -r HEAD svn_url':
No such file or directory
Press return to quit and clean up svn working directory: quit

Then, I ran:
svn log -r HEAD svn_url
which gave me this:
------------------------------------------------------------------------
r59 | svnadmin | 2005-10-20 14:11:47 -0700 (Thu, 20 Oct 2005) | 1 line

Removed file/folder

Before I started all this, I deleted the contents of the repository (using
'svn delete <dir>'), leaving /trunk empty. It is still just a test area,
so I guess that's what "Removed file/folder" means.

Any ideas? To re-cap: I want to import the previous builds we've already
done to create the baseline on which we will continue development, and
create a tag of each version. After the above failed, I imported version
1.0 and created a tag in /tags, then updated my working copy. What's next?

Thanks,
Jen
Received on Fri Oct 21 02:16:00 2005

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.