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

restrict copy from to

From: Russell E Glaue <rglaue_at_cait.org>
Date: 2007-05-08 18:44:16 CEST

Has anyone tried this before?

Say I have a svn repos with a branch and trunk like this

/repos/
-------trunk/calc1/lib/eng1/af
-------trunk/calc1/lib/eng1/zz
-------branches/calc1-lib-eng-af
-------branches/calc1-lib-eng-zz

And I want to restrict any "copy" from "branches/calc1-lib-eng-af" to
"trunk/calc1/lib/eng1/af" only.

So a committer who has commit access to all of branches and trunk would not be
able to perform this funtion:

svn copy branches/calc1-lib-eng-zz/file1.txt trunk/calc1/lib/eng1/af/file1.txt

This is a hypothetical scenerio.

What can I use to discover the copy history in a transaction?
svnlook?
How can this show me it is a copy from an allowed or not allowed source?

-RG

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 8 18:44:35 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.