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

svnsync and changing permissions

From: Andrew Sasak <andrew.sasak_at_gmail.com>
Date: Thu, 14 May 2009 14:06:15 -0400

I recently started use svnsync to maintain a mirror of a repository where I
do not have read permission for everything. Occasionally new subdirectories
are added to the repository and if necessary I am granted read access. Since
access is usually granted *after* the directory is created, it throws
svnsync for a loop.

Apart from changing the policy regarding how access/permission is granted,
how can I solve this problem?

It seems like I could dump from my mirror up until the creation of the
directory, then recreate the mirror using the dumpfile and sync. However,
I'm not sure if this work because it seems like the mirror uses rev 0 to
keep track of the most recently synced revision. In the case of access being
granted several (hundred or thousand) revisions after the directory being
added, even if this worked it seems like there should be a more efficient
way to do this, although its probably not currently implemented (like
"resyncing" starting at a specified revision).

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2261069

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-14 20:07:29 CEST

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.