You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Sean Russell <se...@germane-software.com> on 2001/11/15 22:23:34 UTC

An SVN newbie tutorial

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi folks.

Attached is a tutorial for SVN for newbies.  It is based on my experiences 
with setting up and using SVN as a complete novice; you may find it useful, 
you may not.  I've attached the XML (sdocbook DTD) source, as well as an HTML 
generated from the source.  Feel free to modify it, or post it; if you send 
me corrections or changes and I'll modify it and post it back.

Thanks for SVN.

- -- 
=== SER   Deutsch|Esperanto|Francaise|Linux|Java|Ruby|Aikido|Dirigibles|GPG
=== http://www.germane-software.com/~ser  jabber.com:ser  ICQ:83578737
"Q: Explain one of the processes by which water can be made safe to drink.
 A: Flirtation makes water safe to drink because it removes Large pollutants  
    like grit, sand, dead sheep and canoeists."
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.5 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE79EBrP0KxygnleI8RAviMAJ0Vqp4vRvHv8ZzkFhLwcxgY5DrgogCfSCIA
DcKI3yMQbTgne+geZVPAvKY=
=A8wr
-----END PGP SIGNATURE-----

Re: An SVN newbie tutorial

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Greg Stein <gs...@lyra.org> writes:
> > An accuracy point, by the way: svn does not support offline tagging
> > and branching.
> 
> Sure we do:

Oh, I see what you mean.

Right.  The "tag" is not visible to anyone else, but it will be when
you commit, and that's what Sean must have meant by "offline"

Sorry for misunderstanding, Sean; I think you were clear, I just
didn't see all the implications.

-Karl

> [ done while connected ]
> 
>     $ svn co http://host/path/trunk ./trunk
>     $ svn co -n http://host/path/tags ./tags
> 
> [ some time later... ]
> 
>     $ svn cp trunk tags/1.1rc3
> 
> That seems pretty offline to me :-)
> 
> Cheers,
> -g
> 
> -- 
> Greg Stein, http://www.lyra.org/

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

Re: An SVN newbie tutorial

Posted by Greg Stein <gs...@lyra.org>.
On Mon, Dec 17, 2001 at 04:19:49PM -0600, Karl Fogel wrote:
>...
> An accuracy point, by the way: svn does not support offline tagging
> and branching.

Sure we do:

[ done while connected ]

    $ svn co http://host/path/trunk ./trunk
    $ svn co -n http://host/path/tags ./tags

[ some time later... ]

    $ svn cp trunk tags/1.1rc3

That seems pretty offline to me :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/

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

Re: An SVN newbie tutorial

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Sean Russell <se...@germane-software.com> writes:
> Attached is a tutorial for SVN for newbies.  It is based on my experiences 
> with setting up and using SVN as a complete novice; you may find it useful, 
> you may not.  I've attached the XML (sdocbook DTD) source, as well
> as an HTML generated from the source.  Feel free to modify it, or
> post it; if you send me corrections or changes and I'll modify it
> and post it back.

Sean, thanks for the tutorial.  I think we might do better to try
keeping the FAQ up-to-date and make the current INSTALL & friends
better, rather than add Yet Another Document.  (Of course there will
be general-purpose documentation soon, suitable for newbies and
others.)

If you post your tutorial somewhere & will be keeping it up to date,
though, then the Subversion home site should link to it.  Let us know.

An accuracy point, by the way: svn does not support offline tagging
and branching.

-Karl

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