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

Can't use svn_load_dirs on trac?

From: Jay Levitt <lists-svn_at_shopwatch.org>
Date: 2005-10-12 22:53:06 CEST

I'm trying to create a vendor branch for the trunk version of trac. In
order to get around any possible problems with top-level VirtualHosts OR
https, I created a new VirtualHost at http://svni.example.com, with /svn
as the Location. I'm using Apache httpd-2.0.54 and subversion 1.2.3.

My svn_load_dirs command is:

svn_load_dirs http://svni.example.com/svn/sysadmin/vendor -t
trac/trac-2005-10-12 trac/current trac

The vendor directory already existed; trac and trac-current did not, but
were created after the tool verified that with me.

Everything goes smoothly until it tries to add the "targets":

Running /usr/local/bin/svn add -N --targets
/tmp/svn_load_dirs_xaYig1wPEz/targets.00001
svn: warning: 'doc' is already under version control
svn: warning: 'trac' is already under version control
svn: warning: 'htdocs' is already under version control
svn: warning: 'cgi-bin' is already under version control
svn: warning: 'contrib' is already under version control
svn: warning: 'scripts' is already under version control
svn: warning: 'trac/web' is already under version control
svn: warning: 'htdocs/js' is already under version control
svn: warning: 'templates' is already under version control
svn: warning: 'trac/wiki' is already under version control
svn: warning: 'doc/README' is already under version control
svn: warning: 'htdocs/css' is already under version control
svn: warning: 'trac/db.py' is already under version control
svn: warning: 'trac/tests' is already under version control
svn: warning: 'trac/env.py' is already under version control
svn: warning: 'trac/log.py' is already under version control
svn: warning: 'trac/ticket' is already under version control
svn: warning: 'wiki-macros' is already under version control
svn: 'doc/.svn' is not a working copy
/usr/local/bin/svn_load_dirs: /usr/local/bin/svn add -N --targets
/tmp/svn_load_dirs_xaYig1wPEz/targets.00001 failed with this output:
A README
A THANKS
A AUTHORS
A COPYING
A INSTALL
A RELEASE
A UPGRADE
A setup.py
A ChangeLog
A MANIFEST.in
A README.tracd

Can anyone help me figure out what might be wrong? This is my first time
using svn_load_dirs.

Jay Levitt

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 12 22:56:24 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.