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

Re: subversion transactions

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-06-23 18:50:29 CEST

On Jun 23, 2005, at 8:32 AM, Bosnjak Zoran ITWEP wrote:
>
> Please confirm if this scenario is possible

No, it's not possible using existing svn binaries and tools, nor will
scripting help. When I said that the "foundation is laid", I merely
meant that the *APIs* already exist which could allow the things you
describe to happen. But you'd have to write your own custom clients
and tools to make use of such APIs.

That said, there's no need to undertake such a huge project. You can
accomplish the same effect just using branches. Have each user
commit changes to a private branch, and then have others review and
comment on it in the branch. (Anybody can 'svn switch' their working
copy to any branch, back and forth.) When everything is all approved,
then merge the branch to /trunk.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 23 19:08:10 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.