Inherit the authorization from a trunk to a branch/tag
From: Peter <smile_face_at_21cn.com>
Date: 2007-06-02 13:54:12 CEST
Hi all,
Is there any method to inherit the authorization when "svn copy" done.
The following is the structure of my module in the repos:
.../cal/trunk
When I copy the trunk to tags by "svn copy .../cal/trunk .../cal/tags/t-1.0.0", I found the authorization about ".../cal/trunk/util" and ".../cal/trunk/main" did not be inherited by ".../cal/tags/t-1.0.0/util" and ".../cal/tags/t-1.0.0/main".
And I read the book of subversion, cannot found any description abort that. But I regard that the svn server can track the "svn copy", so it might copy the authorization from the source to destination when do the "svn copy", in the abstract.
Best Regards
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.