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

Re: [RFC] 'basic/additional command set' - adding svn subcommands without destroying our learning curve

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-11-02 21:34:00 CET

On 11/2/05, David James <james82@gmail.com> wrote:
> On 11/2/05, Garrett Rooney <rooneg@electricjellyfish.net> wrote:
> > On 11/2/05, David James <james82@gmail.com> wrote:
> >
> > > svn import and svn export are both very handy, but you can get away
> > > without them if you have a good shell. Perhaps we should count export
> > > and import as "additional commands"?
> >
> > I don't buy that, at least for export, since you can't do without it
> > unless you're willing to double the amount of disk space you use.
>
> svn export is extremely useful, but you can easily replicate it using
> shell commands. For example:
> svn co $REPO $WC
> find $WC -name .svn | xargs rm -rf

I'm aware of this, but it requires you to have the space lying around
for all the contents of the .svn directories, thus the "double the
amount of disk space you use" in my email. It may just be
temporarily, but it is still a potential problem. The original svn
export command actually did literally that (checkout + delete .svn
dirs), but we rewrote it for just this reason.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Nov 2 21:35:07 2005

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.