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

Re: Blatant plug

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-11-01 16:50:27 CET

Rafael Garcia-Suarez <rgarciasuarez@free.fr> writes:
> I've written an article on Subversion for the O'Reilly Network :
>
> http://www.onlamp.com/pub/a/onlamp/2002/10/31/subversion.html
>
> This is an introduction, aimed at people that don't necessarily
> know CVS or another similar software, that explains in simple
> terms how to setup a local Subversion repository, for a single user.
> (The goal is to have more people to try Subversion, by flattening
> the current learning curve.) Of course, any kind of feedback is
> welcome.

Well written, a very clear presentation!

One "best practices" note: in your example of 'svn copy' on page 2
(where you're talking about tagging and branching), you demonstrate a
branch copy, but invoked within a working copy. I think it's more
common to invoke it directly on URLs, though, for example

   $ svn cp -r42 http://blah/repos/trunk/x http://blah/repos/branches/y

In fact, as far as I know that's the only way we've ever made a branch
or tag copy in the Subversion repository, so far. It uses no local
disk space, and it specifies the revision precisely.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 1 17:22:35 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.