[aklug] Re: subversion newb question

From: Shane R. Spencer <shane@bogomip.com>
Date: Thu Apr 01 2010 - 15:17:15 AKDT

svn checkout file:///home/rancid/CVS/ems temp -> checks out that svn repository to 'temp'

cd temp/ -> Make Changes

svn commit -> Do something with what you checked out and changed

Nowhere in this transaction are you locking anything. If you to lock or "checkout+lock"
files in the repository check out 'svn lock'

'svn help lock' should get you going.

Thomison, Lee wrote:
> Trying to learn subversion.=20
>
> So I've got a repository checked out
>
> $ svn co file:///home/rancid/CVS/ems temp
>
> I've messed around a bit. Now how do I release the repository leaving it u=
> ntouched?
>
> There is no corresponding 'checkin' or even a (sensible) 'release' option t=
> hat I've found? =20
>
> To me 'checkin' may release the repository with the option of keeping chang=
> es you've made, while 'release' just lets it go leaving the repository unto=
> uched.=20
>
> Or am I unclear on the concept?
>
> Thanks in advance
> ---------
> To unsubscribe, send email to <aklug-request@aklug.org>
> with 'unsubscribe' in the message body.
>

---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Thu Apr 1 15:17:34 2010

This archive was generated by hypermail 2.1.8 : Thu Apr 01 2010 - 15:17:34 AKDT