RE: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12

2010-07-11 Thread Keith Moore
-Original Message- From: Nico Kadel-Garcia [mailto:nka...@gmail.com] Sent: Saturday, 10 July 2010 8:13 To: Ryan Schmidt Cc: Subversion Subject: Re: Unclear syntax for relative addressing of svn:externals, on RHEL 5, subversion-1.6.12 On Fri, Jul 9, 2010 at 4:19 PM, Ryan Schmidt wrote:

Re: Checksum mismatch creating repository?

2010-07-11 Thread Arivan S. Bastos
Well, Solved. The problem was a damaged memory RAM. Thank u. 2010/7/9 Arivan S. Bastos > Hi, > > Using direct file:// access works with no errors, so, seems like a > http://service limit or some transfer error. > > I do not think that can be any configuration of Apache, because as I said, >

Re: Perl API SVN::Ra::get_commit_editor2 causes TypeError

2010-07-11 Thread Markus Kuhn
yary wrote on 2010-07-11 00:03 UTC: > Just a stab in the dark, what version of Subversion do you have on > that box? I was initially using SVN::Ra from Subversion 1.5.7, as shipping with openSUSE Linux 11.1. I've since also tried to use the come shipping with openSUSE 11.2, which has Subversion

Re: Error loading mod_dav_svn

2010-07-11 Thread Itamar O
On Thu, Jul 8, 2010 at 11:59 AM, Csaba Raduly wrote: > > Get the dependency walker from http://www.dependencywalker.com/ and > try checking mod_dav_svn.so > It may be possible that mod_dav_svn is there but one of its > dependencies can not be found. > > Thanks for the tip. I have uninstalled Visu

Re: Promting files from trunk to a specific tag

2010-07-11 Thread David Weintraub
Normally, you don't want to change a tag. A tag should be a snapshot to a particular version of your repository. However, some people have a tag liked BLESSED or APPROVED to mark their code. I'm not a fan of that, but if you do, there is no reason why you cannot just copy the files you want to "tag