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

Re: Changelists

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2004-07-15 22:53:03 CEST

John Griffin wrote:

> Hi All,
>
> I am new to the list and I am new to svn. I did some searching in the
> archives but could not find the answer I was looking for. I am a former
> Perforce user. One of the features I liked in Perforce was the ability
> to manage multiple changelists as a single user. For example, if I was
> working on multiple changes I could manage each set of related files
> under a different changelist and commit the changes at different times.
> My question is, does svn provide this functionality? If it does how do I
> access it? If it does not how is this scenario handled using svn?

There's no direct analog in Subversion, although there's nothing to keep
you from grouping your changes and committing them in separate commits
yourself.

For example, assuming you have edits to foo.c, bar.c and baz.c and you
want to have two separate changes, one with foo.c and bar.c and the
other with baz.c you would just commit them via 'svn commit foo.c bar.c'
and 'svn commit baz.c'.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 15 22:53:30 2004

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.