clarification on proper use of ^ in URL

Robert P. J. Day rpjday at crashcourse.ca
Thu Jun 11 15:10:11 CDT 2009


  in chapter 1, there's a mention of a new 1.6 feature:

  $ svn list ^/tags/bigsandwich/

however, if you wanted a list of the very top of the repository, you
can't just use:

  $ svn list ^

you need to use

  $ svn list ^/

is that clarified later on?

rday
--

========================================================================
Robert P. J. Day                               Waterloo, Ontario, CANADA

        Linux Consulting, Training and Annoying Kernel Pedantry.

Web page:                                          http://crashcourse.ca
Linked In:                             http://www.linkedin.com/in/rpjday
Twitter:                                       http://twitter.com/rpjday
========================================================================




More information about the svnbook-dev mailing list