You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Rafael Garcia-Suarez <rg...@free.fr> on 2002/11/01 10:49:05 UTC

Blatant plug

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.

I plan to publish another article, that will cover more advanced
features -- networked repository, multiple users.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Blatant plug

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Brad Appleton <br...@bradapp.net> writes:
> Cool! BTW - If anyone cares, the book "Software Configuration
> Management Patterns" from Addison-Wesley comes out today and
> mentions Subversion (and the URL) at the end of the section that
> covers CVS basic concepts

Congratulations, Brad.  Will the book be online at some point?  (I'll
probably get a hardcopy, I'm just asking out of curiosity).

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Blatant plug

Posted by Brad Appleton <br...@bradapp.net>.
Cool! BTW - If anyone cares, the book "Software Configuration Management Patterns" from Addison-Wesley comes out today and mentions Subversion (and the URL) at the end of the section that covers CVS basic concepts

On Fri, Nov 01, 2002 at 11:49:05AM +0100, Rafael Garcia-Suarez wrote:
> 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.
> 
> I plan to publish another article, that will cover more advanced
> features -- networked repository, multiple users.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
Brad Appleton <br...@bradapp.net>  http://www.bradapp.net/
 "Education is the ability to listen to almost anything
  without losing your temper or your self-confidence."
   -- Robert Frost

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Blatant plug

Posted by Rafael Garcia-Suarez <rg...@free.fr>.
Karl Fogel wrote:
> Well written, a very clear presentation!

Thanks.

> 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

Indeed. I should have mentioned that ; it just isn't consistent with the
other examples (because the trunk/ directory is in the working copy.)
(More advanced examples to come in the 2nd article, so I'll have a chance
to correct myself ;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Blatant plug

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Rafael Garcia-Suarez <rg...@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