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

Re: CMS and subversion

From: Daniel Patterson <danpat_at_danpat.net>
Date: 2005-02-26 22:35:06 CET

Shawn Plummer wrote:
> In CMS they are used to reserving a copy in the repository for editing,
> all this does is attach a tag to the file that such and such user has
> reserved the file, it prevents nothing from occurring to the file. They
> are a small group of developers and would like the ability to tell when
> someone has last checked out, or reserved, a file and not committed it
> yet so they could walk down the hall and talk to that person should they
> need to make changes to that file also.

   Subversion 1.2 will have the ability to "lock" files, which will
   give them this functionality. Right now, Subversion does not
   have this ability (1.2 will probably arrive in just a few weeks).

   The debate over locking vs. non-locking revision control is
   age-old (relatively speaking), it works for some, it doesn't
   work for others. As of 1.2, Subversion will support both modes.

> Also is it possible to take a repository and see all changes made to it
> in the last year? this might be useful for managers to see and general
> reporting.

   Sure. "svn log URL:///repository" will show you a log of all changes,
   you can just chop it at the 1 year mark. Subversion doesn't have
   any way of expressing "1 year prior" in the command line syntax,
   you'll have to work that out on your own.

daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 26 22:38:57 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.