Re: fixing files committed with wrong eol-style

2010-07-19 Thread Nico Kadel-Garcia
On Tue, Jul 20, 2010 at 12:26 AM, Les Mikesell wrote: > On 7/19/2010 10:10 PM, Kitching, Simon wrote: >> >> Ah well, as it appears that nobody here knows the answer I'll just have >> to do it the ugly way: try to get the svn repo administrator to install >> some hooks to prevent this occurring in

Re: fixing files committed with wrong eol-style

2010-07-19 Thread Les Mikesell
On 7/19/2010 10:10 PM, Kitching, Simon wrote: Ah well, as it appears that nobody here knows the answer I'll just have to do it the ugly way: try to get the svn repo administrator to install some hooks to prevent this occurring in future, and then install cygwin on somebody's windows PC to script

Re: Re: fixing files committed with wrong eol-style

2010-07-19 Thread Kitching, Simon
Hi David et al., On Mon, Jul 12, 2010 at 10:58 PM, Kitching, Simon > > We've got a repository containing a lot of text-files committed from windows > > systems without the svn:eol-style=native setting. Some developers now want > > to work on these from Linux. > > > > > > > > I would therefore like

org.tigris.subversion.javahl.ClientException: svn: authentication cancelled

2010-07-19 Thread Aleksandr Kravets
Hello, I am using Buckminster which is a build tool hosted at eclipse.org. One of the things that Buckminster does is gather components that are later build. Gathering achieved through "providers" that can be local, svn or eclipse.import. The one I am interested in is svn provider and it basically

Will Subversion ignore rules files after LDAP configuration

2010-07-19 Thread Roberto Medula Espaço
Hi. I'm implementing LDAP in my subversion repositories. Despite my first message, will I use subversion rules files (with rw parameters) or using LDAP I'll use a differente way to specify what users cand do what in the repositories? I mean, will I need to migrate my authz config files to anothe

LDAP group rules is ignored

2010-07-19 Thread Roberto Medula Espaço
Hi. Excuse my English. I'm trying to create the following scenario: - repository: - name = my_software - group that can checkout and/or commit = power_group - group that can only checkout = read_group I'm using Apache mod_dav configured as following: DAV svn SVNParentPath /var/svn

Re: changing svn:externals value in the pre-revprop-change hook

2010-07-19 Thread Bastien Semene
Oh, I think we have a big design problem. I've seen that we can use relative paths but didn't find a solution with them as we have a vhost (apache provider) for each repo. We should have instead 1 vhost for all our repos. This is not a "breaking things" problem for users as we can add a gene

Re: changing svn:externals value in the pre-revprop-change hook

2010-07-19 Thread Ryan Schmidt
On Jul 19, 2010, at 10:38, Bastien Semene wrote: > The doc says that we should not "modify a commit transaction using hook > scripts", but it is possible. > > We actually have to change svn:externals values for replication : > - SVNs X1-Y1-... replicate SVNs X-Y-... > - And there are svn:externa

changing svn:externals value in the pre-revprop-change hook

2010-07-19 Thread Bastien Semene
Hi, The doc says that we should not "/modify a commit transaction using hook scripts/", but it is possible. We actually have to change svn:externals values for replication : - SVNs X1-Y1-... replicate SVNs X-Y-... - And there are svn:externals between SVN X-Y-... If we do nothing svn:externa

Re: Big problem with svn:mergeinfo, feature branches and merging (reintegrate)

2010-07-19 Thread sNop
Hi, On 1. 7. 2010 22:11, Bob Archer wrote: > > Basically if you merge changes in a sub-folder that subfolder will get > mergeinfo on it. That info won't be on trunk. So, I would verify that all the > merge info on /trunk is in place. > > > > Another think is that if you mostly use feature bra

Re: Merging with differing checkout and update depths v.1.5.1

2010-07-19 Thread Paul Burba
Hi Can, This bug was fixed in 1.6.2. http://svn.haxx.se/dev/archive-2009-04/0365.shtml http://svn.apache.org/viewvc?view=revision&revision=877629 Paul On Tue, Jul 13, 2010 at 9:33 PM, Can Aydin wrote: > Hello, > > I've come across an issue in v1.5.1 and was wondering whether it was > expected

Re: subversion

2010-07-19 Thread Nico Kadel-Garcia
Well, step one is to update to version 1.6.12, which is available on Collabnet's website.My first suspicion is that you're missing a python dependency. When you installed the RPM's, did you override any dependencies? Also, seriously consider upgrading from RHEL 5.3 to 5.5: there are a number of pe