Re: Tagging svn:externals

2013-02-28 Thread BRM
> From: Les Mikesell > To: BRM > Cc: "users@subversion.apache.org" > Sent: Thursday, February 28, 2013 5:29 PM > Subject: Re: Tagging svn:externals > > On Thu, Feb 28, 2013 at 3:34 PM, BRM wrote: > >>> No, I think the choices are to tag from the working copy or commit a >>> change after ma

Re: Tagging svn:externals

2013-02-28 Thread Les Mikesell
On Thu, Feb 28, 2013 at 3:34 PM, BRM wrote: >> No, I think the choices are to tag from the working copy or commit a >> change after making the tag. But neither seem like the tool is >> designed to do what I'd expect to be a common operation cleanly. > > What do you mean? > > Branching from a wor

Re: Is SVN-1.6.12 compatible with Rhel6u2?

2013-02-28 Thread Branko Čibej
On 27.02.2013 08:04, Kriparam Faraday wrote: > Thanks for the suggestion. But, the Rhel5u6(production server) runs > perfectly fine. My problems are while running Collabnet-svn-1.6.12 on > Rhel6u2. Then you should talk to CollabNet, who (presumably) support their binary packages. -- Brane -- Br

Re: Tagging svn:externals

2013-02-28 Thread BRM
> From: Les Mikesell > To: BRM > Cc: "users@subversion.apache.org" > Sent: Wednesday, February 27, 2013 5:49 PM > Subject: Re: Tagging svn:externals > > On Wed, Feb 27, 2013 at 4:44 PM, BRM wrote: >>> >>> Won't work - it has to be committed somewhere or it won't be > built. >> >> Perhaps

Re: Possible bug using svn:external with specific revision for directory that has been renamed

2013-02-28 Thread Jeffrey Pierson
Excellent, I was hoping I might be doing something wrong. Looks like I have some mass updates to do in several projects. Perhaps as a suggestion the documentation for svn:externals should specifically recommend using peg revisions over the other way of specifying a specific revision since I can't

Re: Possible bug using svn:external with specific revision for directory that has been renamed

2013-02-28 Thread Stefan Sperling
On Thu, Feb 28, 2013 at 03:36:45PM -0500, Jeffrey Pierson wrote: > I've noticed that I can work around this issue by specifying my > svn:external using a peg revision but I can't find anywhere in the > documentation that suggests that using a peg revision is the correct > way to reference a specifi

Re: Possible bug using svn:external with specific revision for directory that has been renamed

2013-02-28 Thread C. Michael Pilato
On 02/28/2013 03:36 PM, Jeffrey Pierson wrote: > I'm seeing the following error when I attempt to update a working copy > that has an svn external. > > svn: warning: W20: Error handling externals definition for > 'MySharedProjectBeforeRename': > svn: warning: W160013: File not found: revision

Possible bug using svn:external with specific revision for directory that has been renamed

2013-02-28 Thread Jeffrey Pierson
I'm seeing the following error when I attempt to update a working copy that has an svn external. svn: warning: W20: Error handling externals definition for 'MySharedProjectBeforeRename': svn: warning: W160013: File not found: revision 100, path '/trunk/MySharedProjectBeforeRename' svn: E205011

Re: Severe Problem with one repo

2013-02-28 Thread Daniel Shahaf
Scott Miller wrote on Thu, Feb 28, 2013 at 09:19:03 -0800: > I ran netstat -an and did not see libapr, what did I do wrong? libapr is a library, which is a mandatory dependency of svn, serf, and httpd (at least). I figured one cause of your problems might be if the httpd process pulls two copies

Re: Severe Problem with one repo

2013-02-28 Thread Scott Miller
OK. I rebooted the entire linux server I ran netstat -an and did not see libapr, what did I do wrong? All are on the same file system and mount point. And all the repos are accesible from https As I said the files start to upload then it fails. Thanks. S On Wed, Feb 27, 2013 at 11:57 AM, Danie