Re: File external that worked fine in 1.6.x not working in 1.7.5

2012-07-25 Thread Ryan Schmidt
On Jul 25, 2012, at 17:50, Benjamin Fritz wrote: > That's interesting that it works like a switch underneath. But it IS > very possible to pull in *directory* externals from other > repositories Absolutely. > which makes me wonder about whether this is relevant. It's my understanding that file

Re: File external that worked fine in 1.6.x not working in 1.7.5

2012-07-25 Thread Benjamin Fritz
On Wed, Jul 25, 2012 at 5:07 PM, Johan Corveleyn wrote: > On Wed, Jul 25, 2012 at 6:23 PM, Benjamin Fritz > wrote: >> I have two repositories and I am using svn:externals to place a >> directory and a few files from one repository into a working copy of >> the other. >> >> I have the following t

Re: File external that worked fine in 1.6.x not working in 1.7.5

2012-07-25 Thread Johan Corveleyn
On Wed, Jul 25, 2012 at 6:23 PM, Benjamin Fritz wrote: > I have two repositories and I am using svn:externals to place a > directory and a few files from one repository into a working copy of > the other. > > I have the following two svn:externals definitions on a directory in > my working copy fo

Re: moved repository

2012-07-25 Thread Thorsten Schöning
Guten Tag Marriott, Arthur, am Mittwoch, 25. Juli 2012 um 18:30 schrieben Sie: > Admittedly there may have been a problem there--on several of the > larger repositories, it was necessary to use the > "--bypass-prop-validation" argument. Which errors did you get? In my cases, I recently dumped/loa

RE: moved repository

2012-07-25 Thread Marriott, Arthur
Actually, since the incumbent platform was already doing nightly backups using "svnadmin dump", we created fresh repositories on the new machine and incorporated the data using "svnadmin load". Admittedly there may have been a problem there--on several of the larger repositories, it was necessa

File external that worked fine in 1.6.x not working in 1.7.5

2012-07-25 Thread Benjamin Fritz
I have two repositories and I am using svn:externals to place a directory and a few files from one repository into a working copy of the other. I have the following two svn:externals definitions on a directory in my working copy for the repo-A repository: ^/../repo-B/tools/coverity/scripts script

svn log -g doesn't return merge info when operating against repository root

2012-07-25 Thread Justin Johnson
Hello. The command "svn log -vg" is not returning merge info when I execute the command while sitting in a working copy of the root level of a repository or when I pass in the URL to the root level of root level on the command line. A simple test case can be seen below. I see there is already an

Re: unable to login to svn repo

2012-07-25 Thread Philip Martin
"Kapur, Rajneesh" writes: > Thanks Philip, Thorsten, and Ryan > > Do you mean the repository is a directory 'repo4' on disk? > > Yes, my repository is named: repo4 - located at /home/RKapur with > absolute path /home/RKapur/repo4 > You are right - looks like tortoiseSVN or "svn" client can'

Re: Subversion authentication via SASL GSSAPI and likewise open

2012-07-25 Thread xumuku
My current /usr/lib/sasl2/svn.conf is: pwcheck_method: saslauthd mech_list: GSSAPI saslauthd_path: /var/run/saslauthd/mux log_level: 7 But I get the error: Cannot negotiate authentication mechanism 1. Does *anyone* have Windows SVNServe authenticating to AD/Kerberos via SASL/GSSAPI?

RE: unable to login to svn repo

2012-07-25 Thread Kapur, Rajneesh
Thanks Philip, Thorsten, and Ryan Do you mean the repository is a directory 'repo4' on disk? > Yes, my repository is named: repo4 - located at /home/RKapur with absolute path /home/RKapur/repo4 Here is the output of "ls -l" at /home/RKapur drwxr-xr-x 7 rkapur hie_dev 4.0K Jul 25 10:55 repo

Re: moved repository

2012-07-25 Thread Nico Kadel-Garcia
On Tue, Jul 24, 2012 at 2:48 PM, Talkov, Roger wrote: > We moved out repository to a new server. > I was able to do svn log on files or directories but when I tried to do a > commit, I get errors like the following: How did you "move the repository"? Did you use svnsync, are you using HTTPS acces

Re: unable to login to svn repo

2012-07-25 Thread Philip Martin
"Kapur, Rajneesh" writes: > Thanks for pointing it out. I cleaned everything and started fresh > with new repo named repo4: Do you mean the repository is a directory 'repo4' on disk? > 1) svnserve.conf file > > [general] > anon-access = none > auth-access = write > password-db = passwd > authz-

Re: Query on subversion

2012-07-25 Thread vishwajeet singh
On Wed, Jul 25, 2012 at 1:26 PM, Rupam Chowdhury wrote: > Hi, > > I have downloaded Subversion 1.7.5 (.zip) and trying to install it after > extracting the zipped file (as per the installation guide, section II D. > ie. Installing from a Zip or Installer File under Windows). > > Here I am not able

Query on subversion

2012-07-25 Thread Rupam Chowdhury
Hi, I have downloaded Subversion 1.7.5 (.zip) and trying to install it after extracting the zipped file (as per the installation guide, section II D.  ie. Installing from a Zip or Installer File under Windows).  Here I am not able to find any .dll file or .exe file under any folder to install it. C

Re: Code signing plugin

2012-07-25 Thread Thorsten Schöning
Guten Tag Herkes, Colin, am Dienstag, 24. Juli 2012 um 18:08 schrieben Sie: > Does anyone know if there is any plugins/tools or API for doing > code signing that can be integrated with subversion. I would like > to automate the approval and code signing process as much as possible. In my opinion