Re: View Log Problems When Using Path Based Authentication

2011-02-15 Thread Alexei Colin
In reply to (not sure if my In-Reply-To header hackery will work -- I wasn't a subscriber at the time): > From: John Conrad > Date: Tue, 8 Feb 2011 19:18:51 -0600 The problem described by John Conrad a few days ago (see msg below) has surfaced for me as well. My setup is similar to his, and the

Re: Folder-based properties

2011-02-15 Thread Kevin Grover
You could create a custom property on the directory (svn ps glong:released 'WHATEVER INFO YOU WANT') and then and have a pre-commit hook that looks for the present of that property and refuses commits to those directories. You could also set attributes to read-only, but if they can't commit, it re

RE: Python SVN Bindings on Windows Server 2008 x64

2011-02-15 Thread Joel Low
From: Brian Ellis [mailto:bel...@ticketbiscuit.com] Sent: Wednesday, 16 February, 2011 3:40 AM To: users@subversion.apache.org Subject: Python SVN Bindings on Windows Server 2008 x64 Hi, sorry if this has been covered before but I'm new to Subversion admin and can't really find a clear answer.

Help with strange merge issues on feature branch

2011-02-15 Thread Todd Nine
Hi guys, I'm having some really strange issues with merging in SVN 1.6 that I've never had before. We're performing a big migration from Lucene to Solr. We correspondingly have the following repository. services/trunk service/branches/solr I'm working on the solr branch, and 3 other engineer

Re: mod_dav_svn + automatic per-directory user authorization

2011-02-15 Thread David Brodbeck
On Sat, Feb 12, 2011 at 2:25 PM, David Chapman wrote: > Repositories are meant to preserve data, implying they are relatively > long-lived. Are you suggesting that repositories will be deleted all the > time? If so, a master server-based configuration like httpd may not be > appropriate for you

Python SVN Bindings on Windows Server 2008 x64

2011-02-15 Thread Brian Ellis
Hi, sorry if this has been covered before but I'm new to Subversion admin and can't really find a clear answer. My goal is to use the python scripts in subversion\tools, specifically validate-extensions.py in this case. I am running VisualSVN Server 2.15, built on Subversion 1.6.15 and have 32-bi

Folder-based properties

2011-02-15 Thread Greg Long
Hi, I am supporting a Subversion repository that has a some interesting requirements. - Log message minimum length. - Files in release directories must not be changed or deleted. - Files in template directories must not be copied. They should be extracted instead. These I have all dealt wi

Re: svn 1.7 improvements: Large repo? (w/ 40,000 files)

2011-02-15 Thread NN Ott
On Tue, Feb 15, 2011 at 10:44 AM, Stefan Sperling wrote: > On Tue, Feb 15, 2011 at 10:41:13AM -0500, NN Ott wrote: > > Are things still on track for a q1 release? > > We're trying. > OK, here's hoping for smooth sailing. :-)

Re: svnadmin create complains about subrepositories

2011-02-15 Thread Ed Price
I think it's reasonable for Subversion to enforce its "ownership" of the repository directory and not support users creating stuff in it. (Encapsulation is a good thing.) Perhaps the following layout would do what you want: mkdir project1 svnadmin create project1/repos mkdir project1/projectA s

Re: svn 1.7 improvements: Large repo? (w/ 40,000 files)

2011-02-15 Thread Stefan Sperling
On Tue, Feb 15, 2011 at 10:41:13AM -0500, NN Ott wrote: > Are things still on track for a q1 release? We're trying.

Re: svn 1.7 improvements: Large repo? (w/ 40,000 files)

2011-02-15 Thread NN Ott
On Tue, Feb 15, 2011 at 12:31 AM, Daniel Shahaf wrote: > > > - Will either of the above improvements help me if the server > > > _does_ get upgraded to v1.7? > > > > > > - Will either of the above improvements help me if the server _does > > > not_ get upgraded to v1.7? > > > > All that said, I ne

Re: Property change log

2011-02-15 Thread Daniel Becroft
On Tue, Feb 15, 2011 at 5:03 PM, Daniel Widenfalk wrote: > Hi, > > A colleague of mine asked me this: "Is there an easy > way to list in which revisions a property has changed?". > After wringing my brain around the problem for a bit I > had to conceit failure. My question to the community > is th