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

Re: svn equiv of cvs alias?

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2002-10-31 02:10:15 CET

Paul Lussier <pll@lanminds.com> writes:
> Karl Fogel said:
> >Yes, I think that's the strategy you probably want.
>
> I knew you were going to say that :)
>
> Are aliases a CVS feature planned for the future of svn? Or are they
> considered a "bad idea" which will never be implemented?
>
> >(Brian Fitzpatrick may be doing something like this with the
> >svnbook.red-bean.com web site, too).
>
> Hmmm, okay. Brian, is this what you're doing?

Yup.

Here's what I've got:

    pantheon$ cd svn-work/svnbook/www
    pantheon$ svn st -v
                  134 134 fitz .
    ? images
                  134 134 fitz index.html
    pantheon$ svn pl -v .
    Properties on '':
      svn:ignore : book.html
      svn:externals : images http://svn.collab.net/repos/svn/trunk/doc/book/book/images
    pantheon$
    
And that's it. voila.

Actually that's a regression there... svn status should recurse even
down externally included dirs. Hmmm.

-Fitz

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 31 02:11:06 2002

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.