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

Re: Create task (logical group of files)?

From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-26 07:13:10 CEST

On Mar 25, 2007, at 23:45, Henry LS wrote:

> Thank you for your prompt answer. Just the information I was
> looking for. Our current version control system (commercial
> software) allow us to create tasks, then associate a number of
> files with the task. Developers can then check out a task. It will
> check out all files grouped under that task. I like this feature. I
> was just trying to find a equivalent in Subversion. Subversion
> might want to add such a feature...

Why wouldn't you just check out the entire set of files? Work on the
files you need to work on, then commit them. Maybe for your next
"task" you'll need different files, and you'll already have them
since you checked out everything.

Note that in Subversion, "checking out" doesn't lock the files or
anything, like in some other version control systems. Any number of
people can check out any number of files from the repository and
commit them whenever they feel like it.

There is of course the ability to lock files in Subversion, and even
the ability to configure Subversion to require certain files to be
locked before they can be committed, but that is not the default
behavior.

-- 
To reply to the mailing list, please use your mailer's Reply To All  
function
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 26 07:13:45 2007

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.