RE: Need help troubleshooting user authentication (apache)

2011-03-09 Thread Cooke, Mark
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: 09 March 2011 16:48 > To: Cooke, Mark > Cc: users@subversion.apache.org > Subject: Re: Need help troubleshooting user authentication (apache) > > Cooke, Mark wrote on Wed, Mar 09, 2011 at 14:44:31 -: >

Re: Does svn export performs any kind of outbound connection

2011-03-09 Thread Nguyen Vu Hung (VNC)
(2011/03/10 10:18), Andy Levy wrote: There is. For the command line, see usage #2 when you run svn help export. For Tortoise, see http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-export.html You got me :) I did google and reached that page. Howerver, I only "read" the screenshot and

Re: Does svn export performs any kind of outbound connection

2011-03-09 Thread Andy Levy
On Wed, Mar 9, 2011 at 22:05, Nguyen Vu Hung (VNC) wrote: > (2011/03/10 9:31), Andy Levy wrote: > > On Wed, Mar 9, 2011 at 21:26, Nguyen Vu Hung (VNC) > wrote: > > Folks, > > Just a quick question: > > Does svn export performs any kind of outbound connection (like http) other > than localhost? >

Re: Does svn export performs any kind of outbound connection

2011-03-09 Thread Nguyen Vu Hung (VNC)
(2011/03/10 9:31), Andy Levy wrote: On Wed, Mar 9, 2011 at 21:26, Nguyen Vu Hung (VNC) wrote: Folks, Just a quick question: Does svn export performs any kind of outbound connection (like http) other than localhost? svn export only makes a connection between the client and the server, and on

filename info supplied to external diff3 tool

2011-03-09 Thread Paul Madden
I'd like to know whether there's a way -- or whether it would be reasonable to request a feature to provide a way -- to ask svn supply the original filename to an external diff3 tool. I use xxdiff to view diff info from subversion, via a command-line-argument translation script. In an "svn update

Re: Does svn export performs any kind of outbound connection

2011-03-09 Thread Andy Levy
On Wed, Mar 9, 2011 at 21:26, Nguyen Vu Hung (VNC) wrote: > Folks, > > Just a quick question: > > Does svn export performs any kind of outbound connection (like http) other > than localhost? svn export only makes a connection between the client and the server, and only if you export using a URL (

Does svn export performs any kind of outbound connection

2011-03-09 Thread Nguyen Vu Hung (VNC)
Folks, Just a quick question: Does svn export performs any kind of outbound connection (like http) other than localhost? TIA, Nguyen Vu Hung

Re: dav_svn enabled for one hostname only?

2011-03-09 Thread Ryan Schmidt
On Mar 9, 2011, at 03:07, Oliver Marshall wrote: > Is it possible to enable the dav_svn module for one hostname only? Modules are *loaded* globally for an Apache instance, but the directives to actually make use of a module can be limited by any number of means, including hostname, as discusse

Re: Renaming a file on windows with @20 in name

2011-03-09 Thread Ryan Schmidt
On Mar 9, 2011, at 18:11, Michael Diers wrote: > On 2011-03-09 21:22, Stephen P Rufle wrote: >> I am trying the following. >> svn ren "4...@20hrs.jpg" "48 hrs.jpg" >> >> I get the following message >> svn: '48' is not under version control >> >> I would like to automate the task of renaming ~100

Re: Renaming a file on windows with @20 in name

2011-03-09 Thread Michael Diers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-03-09 21:22, Stephen P Rufle wrote: > I am trying the following. > svn ren "4...@20hrs.jpg" "48 hrs.jpg" > > I get the following message > svn: '48' is not under version control > > I would like to automate the task of renaming ~100 files. I

Renaming a file on windows with @20 in name

2011-03-09 Thread Stephen P Rufle
I am trying the following. svn ren "4...@20hrs.jpg" "48 hrs.jpg" I get the following message svn: '48' is not under version control I would like to automate the task of renaming ~100 files. I was able to use TortoiseSVN to do a single file manually, but am not sure how to get this to work from

Issues with long-running feature branches

2011-03-09 Thread Joe Barnett
We're running with the following branching strategy, with svn 1.6.12 server & 1.6.x clients (my client is 1.6.12, not sure about exact version of other developers): Trunk mirrors production, and is always stable.  No commits ever go directly to trunk, only merges. All merges take place at the top

Kind information missing in svn log xml output

2011-03-09 Thread Yves Bergeron
Hi, The output of svn log --xml --verbose file:///home20/sources/repos/oud --revision 3974 is similar to shqrde 2011-03-07T21:42:57.958314Z /trunk/query /trunk/query/ValidationObjetEnvir.tst Add of query directory. Populate the object table. Why the kind information is always missin

Re: pre-lock.bat Failed in Repo browser

2011-03-09 Thread Michael Diers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-03-09 14:54, Waseem Bokhari wrote: > What is :--- > > set trc=C:\tmp\waseem\trace.txt That's for debug tracing. You can set trc=nul or even leave out all the lines to do with %trc% in the batch code I posted. - -- Michael Diers, elego Sof

Re: Need help troubleshooting user authentication (apache)

2011-03-09 Thread Daniel Shahaf
Cooke, Mark wrote on Wed, Mar 09, 2011 at 14:44:31 -: > [Wed Jan 12 10:06:38 2011] [error] [client ip-address] user user_a: > authentication failure for "/svn/dept/project/trunk": Password Mismatch > > I do not understand where the 'Password Mismatch' error is coming from, > why does that only

"Couldn't perform atomic initialization" with CIFS / svn 1.6.x: SOLVED

2011-03-09 Thread Ignacio González
I'm using CollabNet server binaries on a Linux (CentOS 5.5) virtual machine. The repos are located in a Windows 2008 share, so I has something like this in /etc/fstab: //winserver/repo /opt/csvn/data/repositories cifs \ user=csvn,password=***,rw,uid=500,gid=500,\ dir_mode=0755,file_mode=07

RE: pre-lock.bat Failed in Repo browser

2011-03-09 Thread Waseem Bokhari
What is :--- set trc=C:\tmp\waseem\trace.txt Muchas gracias! -Original Message- From: Michael Diers [mailto:mdi...@elego.de] Sent: Wednesday, March 09, 2011 4:47 PM To: Waseem Bokhari Cc: users@subversion.apache.org Subject: Re: pre-lock.bat Failed in Repo browser -BEGIN PGP

Need help troubleshooting user authentication (apache)

2011-03-09 Thread Cooke, Mark
Folks, We use TortoiseSVN from windows XP SP3 clients (required by corporate policy) to connect to repos on windows server 2003:- Apache/2.2.17 (Win32) DAV/2 mod_ssl/2.2.17 OpenSSL/0.9.8o mod_wsgi/3.3 Python/2.6.4 SVN/1.6.15 I have one single user (amongst 15 or so) who is experiencing authentic

Re: pre-lock.bat Failed in Repo browser

2011-03-09 Thread Daniel Shahaf
Michael Diers wrote on Wed, Mar 09, 2011 at 11:08:28 +: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2011-03-09 02:23, Daniel Shahaf wrote: > > Michael Diers wrote on Tue, Mar 08, 2011 at 09:39:11 +: > [...] > >> Wild guess: are you perhaps using the file:// access method when

Re: pre-lock.bat Failed in Repo browser

2011-03-09 Thread Michael Diers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-03-08 09:46, Waseem Bokhari wrote: > We are working in Windows Environment. Visual SVN on Server Side as > administration Tool and Tortoise SVN of Client. We are using HTTPS as well. > > Repository URL looks as :- > > https://ServerMachine.D

Re: ra_replay, mergeinfo and externals

2011-03-09 Thread Daniel Shahaf
Patrick Mézard wrote on Wed, Mar 09, 2011 at 09:54:13 +0100: > Le 09/03/11 03:27, Daniel Shahaf a écrit : > > Patrick Mézard wrote on Tue, Mar 08, 2011 at 22:23:04 +0100: > >> Hello, > >> > >> When replaying a revision merging an svn:externals property from a branch > >> B to another A, using the

Re: pre-lock.bat Failed in Repo browser

2011-03-09 Thread Michael Diers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-03-08 14:04, Bert Huijben wrote: > I don?t think %VISUALSVN_SERVER% is set in your lock script. Subversion > explicitly clears most environment variables before calling hook scripts. > > Most likely your script can?t find svnlook.exe [...] Vi

Re: pre-lock.bat Failed in Repo browser

2011-03-09 Thread Michael Diers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-03-09 02:23, Daniel Shahaf wrote: > Michael Diers wrote on Tue, Mar 08, 2011 at 09:39:11 +: [...] >> Wild guess: are you perhaps using the file:// access method when >> browsing the repository? Hook scripts are run by the Subversion server

Re: svn:externals handling with svn merge --reintegrate

2011-03-09 Thread Stefan Sperling
On Tue, Mar 08, 2011 at 06:19:31PM -0600, Doug Goldstein wrote: > Having an issue where I have a checkout of trunk and I do a svn merge > --reintegrate of a branch. That branch has added a directory and > within that directory it has added a svn:external and when I do an svn > up at the top level o

Re: Understanding merging

2011-03-09 Thread Ulrich Eckhardt
On Tuesday 08 March 2011, Steve Cohen wrote: > Given two branches off a trunk that were taken at different times, if > the first is merged back to the trunk and then the second, how may the > second be merged back into the trunk so as not to override changes from > the first merge, assuming that bo

dav_svn enabled for one hostname only?

2011-03-09 Thread Oliver Marshall
Is it possible to enable the dav_svn module for one hostname only? We have a development box which was just being used for SVN. Then Trac got added, then it started being used for hosting demo sites, then . etc. We now have about 10 various hostnames on there and we have found if you add /s

Re: ra_replay, mergeinfo and externals

2011-03-09 Thread Patrick Mézard
Le 09/03/11 03:27, Daniel Shahaf a écrit : > Patrick Mézard wrote on Tue, Mar 08, 2011 at 22:23:04 +0100: >> Hello, >> >> When replaying a revision merging an svn:externals property from a branch B >> to another A, using the svn python binding for svn_ra_replay, I get a >> property change event f