Re: Subversion and svn_load_dirs.pl
Re: Subversion and svn_load_dirs.pl
- Subject: Re: Subversion and svn_load_dirs.pl
- From: Roel de Jong <email@hidden>
- Date: Mon, 17 Dec 2007 19:50:29 +0100
On Dec 16, 2007, at 13:14 , Paul Walmsley wrote:
Roel de Jong wrote:
I'm trying to use svn_load_dirs.pl for "bulk importing" vendor
releases. But I can't figure out how to prevent this Perl script
from importing ignore-files (like .DS_Store). It does not make any
difference if I specify the ignores in the SVN config file, or
directly as a parameter to svn_load_dirs.pl.
SVN *does* recognize the global ignores correctly if I use SVN
directly for a normal initial import.
I think this is more of a subversion issue than a Leopard issue. I
think svn_load_dirs.pl is intended for importing a new version of a
library that you have already imported once before. So use svn
import for the initial import and then the svn_load_dirs.pl script
for the next import. Also it's probably worth manually deleting any
files that you really don't want imported, eg:
> cd import_dir
> find . -name '.DS_Store' -exec rm -fr {} \;
Thanks for your view. Actually svn_load_dirs.pl is also designed - and
commonly used - for the first import. The error occurs both with
initial and subsequent imports.
Still it's an 'established' script that seems to work fine on other
platforms.
Roel
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden