Transaction author without requiring password

2011-10-04 Thread Matt Joiner
Hi Users, I'm trying to force commits to have an attached author, but I don't care for requiring passwords. In other words, commits should contain an author field but there's no enforcing that the committer is who they claim to be. I've tried filtering for an author in the pre-commit hook, but th

Re: Email notification on commit

2011-10-04 Thread Geoff Hoffman
On Tue, Oct 4, 2011 at 3:50 PM, Olga Kramer wrote: > Hi, > > Can someone point me to some detailed instructions on how to setup > subversion to send email every-time one of my 3 users commits a file? > > I am running subversion on ubuntu v11.04. > > Thanks > Olga > Hi Olga, Maybe you already re

Re: Email notification on commit

2011-10-04 Thread ankush chadha
http://search.cpan.org/dist/SVN-Notify/ This is good if you want colorful emails with diffs. Worth a shot! Ankush From: Olga Kramer To: users@subversion.apache.org Sent: Tuesday, October 4, 2011 6:50 PM Subject: Email notification on commit Hi, Can someon

Email notification on commit

2011-10-04 Thread Olga Kramer
Hi, Can someone point me to some detailed instructions on how to setup subversion to send email every-time one of my 3 users commits a file? I am running subversion on ubuntu v11.04. Thanks Olga

svnsync UTF8 problem

2011-10-04 Thread Srdan Dukic
Hi, I'm using svnsync to mirror a repository and am doing the initial synchronization, when I get the following error: Transmitting file data .svnsync: At least one property change failed; repository is unchanged svnsync: Error setting property 'log': Could not execute PROPPATCH.Error setting pro

1.7RC4 file externals produce errors on updates

2011-10-04 Thread Rolf Campbell
When I try to update a working view that contains file-externals, I get an error because the client thinks the external is a versioned item. In an attempt to clear the problem, I deleted the file (locally), but "svn up" restores the file and then complains about it existing. Are file-external

Re: Remote repository query

2011-10-04 Thread Les Mikesell
2011/10/4 Hutchinson, Steve (UK) : > > We have been looking at git-svn but to be honest I was hoping for a cleaner > svn solution if there was one. For the simple case of being able to roll back changes to a known set in your working copy you can use the brute force approach of copying the whole

Re: Remote repository query

2011-10-04 Thread Stefan Sperling
On Tue, Oct 04, 2011 at 02:54:46PM +0100, Hutchinson, Steve (UK) wrote: > Thanks for the reply. > > We have been looking at git-svn but to be honest I was hoping for a cleaner > svn solution if there was one. > It is a planned feature, but nobody is actitively working on it at the moment. See h

RE: Remote repository query

2011-10-04 Thread Hutchinson, Steve (UK)
Thanks for the reply. We have been looking at git-svn but to be honest I was hoping for a cleaner svn solution if there was one. >> A few times we have found ourselves working on a design where we find >> ourselves unable to connect to the repository but would still like to > >be able to make

Re: Problem when commiting with svnmirrors

2011-10-04 Thread Thorsten Schöning
Guten Tag yasith tharindu, am Dienstag, 4. Oktober 2011 um 14:35 schrieben Sie: > We have configured svn mirrors and when there are some big commits passing > through secondary servers to the master, some times gives following error. > Mirror is configured as following diagram[1]. Is there a solut

Re: Remote repository query

2011-10-04 Thread Thorsten Schöning
Guten Tag Hutchinson, Steve (UK), am Dienstag, 4. Oktober 2011 um 15:32 schrieben Sie: > A few times we have found ourselves working on a design where we find > ourselves unable to connect to the repository but would still like to be > able to make modifications to our disconnected working copy.

Remote repository query

2011-10-04 Thread Hutchinson, Steve (UK)
Hi, A few times we have found ourselves working on a design where we find ourselves unable to connect to the repository but would still like to be able to make modifications to our disconnected working copy. Is there any way commits can be made to a working copy and then somehow synced back into

Issue with edge integration with read only AD

2011-10-04 Thread Hima Kunisetty
Hi, We are using subversion edge(1.3.2) integrated with AD. Earlier, edge server was placed in the same subnet as that of writeable AD and 135, 389 and 3289 ports were open. This setup is working perfectly fine. Now due to some security constraints, we are implementing the following architectur