Re: Post svn hook

2014-05-16 Thread Ryan Schmidt
On May 15, 2014, at 17:51, Havlovick, Ron wrote: > I am a newbie and I am more than a bit confused. > Perhaps ya'll could tell me something. (Other than to …..) > > I am on Windows using tortoise svn. > > Here's what I want to do, and I am trying to figure out exactly how to do it. > Please b

snvsync issues

2014-05-16 Thread James Cloos
I occasionally get syncs which are stuck because something killed the process before it could release its lock. The only way I could get past that was to edit revprops/0/0 and remove the svn:sync-lock lines. Is there a command which will remove such stale svnsync locks? Neither svn, svnadmin nor

Issues authenticating against SAMBA PDC

2014-05-16 Thread Ken Fischer
Hello all, I'm in need of some help getting my subversion server to allow me to domain authentication. I have setup a CentOS 6.5 machine running samba to act as my primary domain controller. I then setup another CentOS 6.5 machine to act as my subversion server, and using winbind I was able to j

Re: SVNCacheRevProps and other performance tweaks.

2014-05-16 Thread Mark Phippard
On Fri, May 16, 2014 at 2:05 PM, Ben Reser wrote: > On 5/15/14, 1:15 AM, Terry Dooher wrote: > > That's so much clearer now and sounds like something I can definitely > use. > > As I understand it, the downside is that the server will reveal path > components > > and filenames within restricted a

Bugs? with "automatic" merge and sparse working copies

2014-05-16 Thread Kevin Cathcart
I've found what really looks to be a buggy edge case with the automatic merge feature of 1.8.X which can occur if: * a partial (reintegrate-like) merge into a sparse working copy is committed * and then immediately followed by merging the same branch again into a full working copy. By a partia

RE: Copy the files between the branches witin the same repo and with saving the svn info about the operation.

2014-05-16 Thread Tony Sweeney
Look at 'svn merge'. This does exactly what you want, from your description. Tony. From: Kamil Libich [mailto:kamil.lib...@gmail.com] Sent: 07 May 2014 15:09 To: users@subversion.apache.org Subject: Copy the files between the branches witin the same repo and with

Re: snvsync issues

2014-05-16 Thread Stefan Sperling
On Wed, May 07, 2014 at 10:50:59AM -0400, James Cloos wrote: > I occasionally get syncs which are stuck because something killed the > process before it could release its lock. > > The only way I could get past that was to edit revprops/0/0 and remove > the svn:sync-lock lines. > > Is there a com

Post commit hooks: how to parse $ sign

2014-05-16 Thread Kamil Libich
Hi I have a hidden share on the server \\BBDD\AAA$ and the post-commit hook looks like: "C:\Program Files\VisualSVN Server\bin\svn.exe" co https://BBDD/svn/Development/ABC -r HEAD "\\BBDD\AAA$\PROD\MFG\" --password xXxXxXxXx svn.exe cannot resolve the path when the $ sign is used. When I use an

listing excluded (not ignored) items

2014-05-16 Thread Joseph Bruni
I can use "--set-depth exclude" to remove items from my working copy. Is there some option to "status" that can show me what has been excluded this way? "status" has a --no-ignore option to show ignored items. Perhaps we should add a "--no-exclude" to list excluded items?

need help SVN authentication to SAMBA PDC

2014-05-16 Thread Ken Fischer
Hello all, I'm in need of some help getting my subversion server to allow me to domain authentication. I sent something to the mailing list last night but it seems to not show up anywhere and I only now just subscribed, so I apologized if someone has already responded. Please cc me in any respon

Re: SVNCacheRevProps and other performance tweaks.

2014-05-16 Thread Ben Reser
On 5/15/14, 1:15 AM, Terry Dooher wrote: > That's so much clearer now and sounds like something I can definitely use. > As I understand it, the downside is that the server will reveal path > components > and filenames within restricted areas during log operations? Don't think you quite understand

Re: snvsync issues

2014-05-16 Thread Philip Martin
James Cloos writes: > I occasionally get syncs which are stuck because something killed the > process before it could release its lock. > > The only way I could get past that was to edit revprops/0/0 and remove > the svn:sync-lock lines. > > Is there a command which will remove such stale svnsync

Re: snvsync issues

2014-05-16 Thread Tehmul Ghyara
On 05/07/2014 08:20 PM, James Cloos wrote: I occasionally get syncs which are stuck because something killed the process before it could release its lock. The only way I could get past that was to edit revprops/0/0 and remove the svn:sync-lock lines. Is there a command which will remove such st

Post svn hook

2014-05-16 Thread Havlovick, Ron
I am a newbie and I am more than a bit confused. Perhaps ya'll could tell me something. (Other than to .) I am on Windows using tortoise svn. Here's what I want to do, and I am trying to figure out exactly how to do it. Please bear with me: When I commit a file into the repository, I want th

RE: SVNCacheRevProps and other performance tweaks.

2014-05-16 Thread Terry Dooher
From: Ben Reser Sent: 14 May 2014 20:07 > On 5/14/14, 10:11 AM, Terry Dooher wrote: >> SVNPathAuthz - Would short_circuit save me any processing time in this >> scenario or is it only useful for people with LDAP or other auth systems that >> might slow down request processing? > > short_circuit: T