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

Re: A real world user's impression of Subversion

From: Blair Zajac <blair_at_orcaware.com>
Date: 2003-07-31 21:33:40 CEST

Blair Zajac wrote:
>
> Arthur Bergman wrote:
> >
> > Yes, but I need to tag the imports, becomes kind of hard to the merge
> > otherwise? Why does svn_load_dirs need to checkout all the tags?
>
> It doesn't need to check out everything. I'll make a change that
> only checks out the specified directory being imported and the one
> directory that was tagged to run a consistency check.

Turns out there is a reason to check out the top level URL supplied
to svn_load_dirs. It checks out the top level directory so the
script can then check if any directories given to svn_load_dirs on
the command line need to be created.

So in your case,

> perl /usr/local/bin/svn_load_dirs.pl
> http://sky@svn.perl.org/ponie/vendor/parrot current
> /Users/sky/Documents/Projects/import/parrot/

It checkout out http://sky@svn.perl.org/ponie/vendor/parrot and then
checks if parrot exists. If it doesn't, then the script creates it
and then does an import.

So the code will have to check if things exist using hits against
the server.

Blair

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 31 21:34:39 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.