"svnlook changed" different for WC->URL and URL->URL copy
From: <Servatius.Brandt_at_fujitsu-siemens.com>
Date: 2005-05-30 16:30:58 CEST
Hello,
When copying a working copy to an URL:
svn copy trunk svn://host/repos/branches/B1,
the command
svnlook changed -t "$TXN" "$REPOS" >&2
in the pre-commit hook shows the target directory and the files/subdirs
A branches/B1/
But when copying the same tree specified as an URL source:
svn copy svn://host/repos/trunk svn://host/repos/branches/B1,
just the top directory is shown:
A branches/B1/
Is this intended or a bug? It makes it difficult to set up separate
branches/[^/]+/.* = @maintainers(add,remove)
The permission check for @admins denies the right for a WC->URL copy,
svn copy trunk svn://host/repos/B1 # denied
- Servatius
------------------------------------------------------------------------
---------------------------------------------------------------------
|
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.