Re: Subversion and svn_load_dirs.pl
Re: Subversion and svn_load_dirs.pl
- Subject: Re: Subversion and svn_load_dirs.pl
- From: Paul Walmsley <email@hidden>
- Date: Sun, 16 Dec 2007 12:14:45 +0000
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 {} \;
Paul
_______________________________________________
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