RE: Looking into using Subversion

2013-11-19 Thread Andrew Reedick
From: vanderwalt.dev...@columbus.co.za [mailto:vanderwalt.dev...@columbus.co.za] Sent: Tuesday, November 19, 2013 1:47 AM To: Ben Reser Cc: Chris Shelton; Nico Kadel-Garcia; Subversion; bob.arc...@amsi.com; Andrew Reedick Subject: Re: Looking into using Subversion Thank you all,

RE: Looking into using Subversion

2013-11-19 Thread vanderWalt . Devlyn
Thanks again Andrew, I did try TorstiseSVN today, and it working great for me. Enjoy Devlyn From: Andrew Reedick andrew.reed...@cbeyond.net To: vanderwalt.dev...@columbus.co.za vanderwalt.dev...@columbus.co.za, Ben Reser b...@reser.org Cc: Chris Shelton cshel...@shelton-family.net,

RE: svnsync: properties not always copied?

2013-11-19 Thread Bert Huijben
-Original Message- From: Dustin Lang [mailto:dstnd...@gmail.com] On Behalf Of Dustin Lang Sent: maandag 18 november 2013 18:10 To: users@subversion.apache.org Subject: svnsync: properties not always copied? [I am not on the list; please cc me in replies] Hi, I keep an

Re: svnsync: properties not always copied?

2013-11-19 Thread Mark Phippard
On Mon, Nov 18, 2013 at 12:10 PM, Dustin Lang d...@cmu.edu wrote: I keep an svnsync'd mirror of my svn repository, and I run a very stringent verification check: I do an svnadmin dump on the original and the mirror, and demand that they have the same md5sum. It is paranoid, but paranoia is

RE: svnsync: properties not always copied?

2013-11-19 Thread Dustin Lang
Dear Bert, Thanks very much for your reply. I was also frustrated that I was not able to create a small test case that reproduces the problem, hence my plea for ideas of what could be triggering the problem. Your example 'svn:mergeinfo' missing could be caused by older Subversion clients

Re: svnsync: properties not always copied?

2013-11-19 Thread Dustin Lang
Hi Mark, I do not want to sidetrack this discussion and it sounds like you are not having the issue I am going to mention, but I thought you could not rely on this any more due to the random hash ordering of APR in recent releases (which would yield different md5sum)? At one point I put in

Re: Continuous Integration

2013-11-19 Thread Ryan Schmidt
On Nov 18, 2013, at 06:37, Navindian wrote: I wish to create a web app and share it on SVN. I wish to use this SVN url for Jenkins Integration. Do I need to take any precautions. I don’t understand the question. I use Subversion and I’ve develop web sites whose code I’ve stored in a

Re: svn delete removes read-only files

2013-11-19 Thread Ryan Schmidt
On Nov 18, 2013, at 10:37, Rick Varney wrote: So for Redhat 5, rm does seem to give read-only files some special treatment. The fact that rm on your OS does not makes me wonder if I am wrong about how typical this behavior is in other Linux/Unix flavors. Both GNU rm (used on Linux) and BSD

Re: Empty rpath when attempting make swig-py

2013-11-19 Thread Ben Reser
On 11/16/13 8:53 PM, jason mazzotta wrote: Hi, I am trying to build the swig python bindings for subversion on Mac OS X. I downloaded source for subversion from here: http://opensource.apple.com/release/os-x-109/ I don't see Subversion listed on that site. However my guess would be

Re: svn delete removes read-only files

2013-11-19 Thread David Chapman
On 11/19/2013 6:28 PM, Ryan Schmidt wrote: On Nov 18, 2013, at 10:37, Rick Varney wrote: So for Redhat 5, rm does seem to give read-only files some special treatment. The fact that rm on your OS does not makes me wonder if I am wrong about how typical this behavior is in other Linux/Unix