svn merge --record-only reports extraneous paths

2013-03-26 Thread Daniel Becroft
Hi, When running an 'svn merge -c', I get a particular set of paths updated with svn:mergeinfo. Fine, no issues with this. However, when running an 'svn merge -c --record-only', I get a far greater set of paths *reported* as updated, but they actually aren't. The paths that are report actually do

Re: SvnServe with Windows AD Authendication

2013-03-26 Thread Ryan Schmidt
On Mar 26, 2013, at 15:49, Krishnamoorthi Gopal wrote: > Right now i am having more than 250 repository with format what described > below. > > I am going to put entry for each repository what you suggest. Is this > advisable Subversion is flexible, so if this type of hierarchical arran

Re: Re: compile just svnversion (in addition to the eclipse-plugin)

2013-03-26 Thread Daniel Shahaf
Arno Steffens wrote on Tue, Mar 26, 2013 at 14:54:09 +0100: > I finally extracted binary and some libs out of a newer Ubuntu version. > Just 5 libs (sqlite, svn_delta, diff, subr, wc) hasn't been enough for this. > A Linux guru super tip has been to just put this libs into some extra folder > and

Re: SvnServe with Windows AD Authendication

2013-03-26 Thread Krishnamoorthi Gopal
Hi, Thanks you so much. Right now i am having more than 250 repository with format what described below. I am going to put entry for each repository what you suggest. Is this advisable Also i want to integrate svn with windows 2003 server.i hope you guide me . Thanks again. Regards Sup

Re: SvnServe with Windows AD Authendication

2013-03-26 Thread Mark Phippard
On Tue, Mar 26, 2013 at 4:27 PM, Krishnamoorthi Gopal < krishnamoor...@vernal.is> wrote: > > Hi Mark, > > Thanks > > Is possible to achieve this features by adding any other modules in > apache. > > Your help is much appreciated > If you want that behavior you have to edit the Apache configurati

Re: SvnServe with Windows AD Authendication

2013-03-26 Thread Krishnamoorthi Gopal
Hi Mark, Thanks Is possible to achieve this features by adding any other modules in apache. Your help is much appreciated. Regards Support Team. From: Mark Phippard To: Krishnamoorthi Gopal Cc: Joseba Ercilla Olabarri , users@subversion.apache.org Date: 03/27/2013 01:49 AM Subject: Re:

Re: Update externals - trunk -> branch

2013-03-26 Thread Stefan Sperling
On Tue, Mar 26, 2013 at 01:25:36PM -0500, C M wrote: > Hmm, I wouldn't have expect that a merge would be needed to update a > property value. Is there another way this can be accomplished? No, apart from editing the property on the branch manually. > Our team is new to SVN and feeling its way aro

Re: SvnServe with Windows AD Authendication

2013-03-26 Thread Mark Phippard
On Tue, Mar 26, 2013 at 4:12 PM, Krishnamoorthi Gopal < krishnamoor...@vernal.is> wrote: > > Hi JEO, > > Thanks, > > Could you please confirm below features is possible using Collabnet SVN > with apache. > > *My setup Details :* > > Package Name : Collabnet Subversion Edge 1.7 which is include apa

Re: SvnServe with Windows AD Authendication

2013-03-26 Thread Krishnamoorthi Gopal
Hi JEO, Thanks, Could you please confirm below features is possible using Collabnet SVN with apache. My setup Details : Package Name : Collabnet Subversion Edge 1.7 which is include apache Issue : Only supporting to create SVN repository in root.Can't able to create secondary level reposi

Re: svnsync bug ?

2013-03-26 Thread C. Michael Pilato
On 03/26/2013 01:24 PM, C. Michael Pilato wrote: > On 03/26/2013 12:53 PM, KLOCK Laurent wrote: >> Well, what was the most confusing for me and made me think about a >> possible bug is the constant logging of the low water mark revision > > I agree. Choosing to log that rather than the replayed

Re: Update externals - trunk -> branch

2013-03-26 Thread C M
Hmm, I wouldn't have expect that a merge would be needed to update a property value. Is there another way this can be accomplished? Our team is new to SVN and feeling its way around the tool. On Tue, Mar 26, 2013 at 10:12 AM, Stefan Sperling wrote: > On Tue, Mar 26, 2013 at 10:05:10AM -0500, C

Re: svnsync bug ?

2013-03-26 Thread C. Michael Pilato
On 03/26/2013 12:53 PM, KLOCK Laurent wrote: > Well, what was the most confusing for me and made me think about a > possible bug is the constant logging of the low water mark revision I agree. Choosing to log that rather than the replayed revision certainly violates the principle of least surpri

Re: svnsync bug ?

2013-03-26 Thread Les Mikesell
On Tue, Mar 26, 2013 at 11:53 AM, KLOCK Laurent wrote: > Well, what was the most confusing for me and made me think about a > possible bug is the constant logging of the low water mark revision > > The path I put in the init command didn't exist in the repository (it > was the repository's path) s

RE: svnsync bug ?

2013-03-26 Thread KLOCK Laurent
Well, what was the most confusing for me and made me think about a possible bug is the constant logging of the low water mark revision The path I put in the init command didn't exist in the repository (it was the repository's path) so maybe there is a way to detect this. -Original Message--

Re: svnsync bug ?

2013-03-26 Thread Les Mikesell
On Tue, Mar 26, 2013 at 11:18 AM, KLOCK Laurent wrote: > Yes, just realized that > > Thanks a lot for your help and sorry for the inconvenience. Your issue does point out that it is easy to make this kind of mistake and impossible to detect it from the output of svnsync. Does anyone know if

RE: svnsync bug ?

2013-03-26 Thread KLOCK Laurent
Yes, just realized that Thanks a lot for your help and sorry for the inconvenience. Regards, Laurent -Original Message- From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of Philip Martin Sent: mardi 26 mars 2013 17:17 To: KLOCK Laurent Cc: users@subversion.apache.org Su

Re: svnsync bug ?

2013-03-26 Thread Philip Martin
"KLOCK Laurent" writes: > I double checked user authorizations and the URLs...everything is ok Looking at that one of the lines you gave earlier: 24806 2013-03-26T11:55:31.396831Z - - xtnet_svn replay /project/xtnet_svn r0 I see you have chosen to mirror just the paths under /project/xtnet_sv

Re: Parmently removing directory from server to make space

2013-03-26 Thread olli hauer
On 2013-03-26 12:25, Daniel Shahaf wrote: > Anil Bakshi wrote on Tue, Mar 26, 2013 at 16:37:25 +0530: >> So I will go with your suggestion: svndumpfilter exclude >> /E_Learning/Development/Project1 < repo.dump > filteredDump.dump >> >> Please correct me. > > You might try this command: > > % gr

RE: svnsync bug ?

2013-03-26 Thread KLOCK Laurent
No, I don't have path-based authz I double checked user authorizations and the URLs...everything is ok Still no luck -Original Message- From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of Philip Martin Sent: mardi 26 mars 2013 14:48 To: KLOCK Laurent Cc: users@subversio

Re: Update externals - trunk -> branch

2013-03-26 Thread Stefan Sperling
On Tue, Mar 26, 2013 at 10:05:10AM -0500, C M wrote: > Hello, > > When svn: external properties are updated on trunk, how can those updates > be propagated to developer branches that are coming off the trunk? By using the 'svn merge' command. See http://svnbook.red-bean.com/en/1.7/svn.branchmerge

Update externals - trunk -> branch

2013-03-26 Thread C M
Hello, When svn: external properties are updated on trunk, how can those updates be propagated to developer branches that are coming off the trunk? Is there a svn command I can run to “push” those updates? I tried "svn update" but that didn't do the job. Please advise. Amad.

Re: svnsync bug ?

2013-03-26 Thread Les Mikesell
On Tue, Mar 26, 2013 at 8:54 AM, Thorsten Schöning wrote: > Guten Tag KLOCK Laurent, > am Dienstag, 26. März 2013 um 14:38 schrieben Sie: > >> When I list the content of the target with svn list >> file://localhost:/disk1/svn >> It is totally empty..even if a svnadmin verify lists all the revisio

Aw: Re: compile just svnversion (in addition to the eclipse-plugin)

2013-03-26 Thread Arno Steffens
I finally extracted binary and some libs out of a newer Ubuntu version. Just 5 libs (sqlite, svn_delta, diff, subr, wc) hasn't been enough for this. A Linux guru super tip has been to just put this libs into some extra folder and call svnversion with a different LD_LIBRARY_PATH and copy just a shel

Re: svnsync bug ?

2013-03-26 Thread Thorsten Schöning
Guten Tag KLOCK Laurent, am Dienstag, 26. März 2013 um 14:38 schrieben Sie: > When I list the content of the target with svn list > file://localhost:/disk1/svn > It is totally empty..even if a svnadmin verify lists all the revisions... This could indicate an error in your svnsync init call where

Re: svnsync bug ?

2013-03-26 Thread Philip Martin
"KLOCK Laurent" writes: > When I wrote a lot of things are missing...I meant actually, there is > nothing at all... > > When I list the content of the target with svn list > file://localhost:/disk1/svn > It is totally empty..even if a svnadmin verify lists all the revisions... Do you have path-

RE: svnsync bug ?

2013-03-26 Thread KLOCK Laurent
For sure, I don't have any non-repository directories in the master. No file locks neither on the master. When I wrote a lot of things are missing...I meant actually, there is nothing at all... When I list the content of the target with svn list file://localhost:/disk1/svn It is totally empty..

Re: svnsync bug ?

2013-03-26 Thread Thorsten Schöning
Guten Tag KLOCK Laurent, am Dienstag, 26. März 2013 um 13:13 schrieben Sie: > It syncs up to the latest revision and finishes without any error. > Then I realized that the target repository is much smaller than the original > one (160 MB vs 2-3 GB…) > Obviously, there is something missing… This

Re: svnsync bug ?

2013-03-26 Thread Philip Martin
"KLOCK Laurent" writes: > It syncs up to the latest revision and finishes without any error. > > Then I realized that the target repository is much smaller than the > original one (160 MB vs 2-3 GB...) > > Obviously, there is something missing... Various things are possible. There might be lots

RE: Parmently removing directory from server to make space

2013-03-26 Thread Anil Bakshi
Thanks Stefan, Finally I am able to see the difference in size of filtered dump file. You really helped me lot. Thanks again. Regards, Anil Kumar Bakshi Sr. Multimedia Programmer | Education and Learning Aptara, Inc. | Transforming Content into Knowledge anil.bak...@aptaracorp.com | aptar

Re: compile just svnversion (in addition to the eclipse-plugin)

2013-03-26 Thread Philip Martin
Daniel Shahaf writes: > Philip Martin wrote on Tue, Mar 26, 2013 at 10:09:21 +: >> >> Getting another package is probably an easier solution, however... >> >> The Subversion libraries are binary compatible so the binary from the >> standard Ubuntu package should work with the libraries from

Re: Parmently removing directory from server to make space

2013-03-26 Thread Les Mikesell
On Tue, Mar 26, 2013 at 6:25 AM, Daniel Shahaf wrote: > Anil Bakshi wrote on Tue, Mar 26, 2013 at 16:37:25 +0530: >> So I will go with your suggestion: svndumpfilter exclude >> /E_Learning/Development/Project1 < repo.dump > filteredDump.dump >> >> Please correct me. > > You might try this command

svnsync bug ?

2013-03-26 Thread KLOCK Laurent
Hi all, I'm encountering the following issue while trying to set-up a mirror repository with svnsync. I setup my target repository, enable the pre-revprop-change hook I call svnsync init and then launch the sync svnsync init file://localhost/disk1/svn svn://lux-svn:13690/project/xt

Re: svn export selected parts of svn:externals

2013-03-26 Thread Daniel Shahaf
Ryan Schmidt wrote on Tue, Mar 26, 2013 at 05:40:22 -0500: > > On Mar 26, 2013, at 02:46, "Niemann, Hartmut" wrote: > > > I have a directory with some files and a list of svn:external > > directories , and so on. > > I want to svn export with the files in it and only one of the > > svn:exter

Re: Parmently removing directory from server to make space

2013-03-26 Thread Daniel Shahaf
Anil Bakshi wrote on Tue, Mar 26, 2013 at 16:37:25 +0530: > So I will go with your suggestion: svndumpfilter exclude > /E_Learning/Development/Project1 < repo.dump > filteredDump.dump > > Please correct me. You might try this command: % grep -a '^Node-path:' < repo.dump | head to see what pat

Re: compile just svnversion (in addition to the eclipse-plugin)

2013-03-26 Thread Daniel Shahaf
Philip Martin wrote on Tue, Mar 26, 2013 at 10:09:21 +: > Daniel Shahaf writes: > > > Arno Steffens wrote on Mon, Mar 25, 2013 at 23:04:22 +0100: > > > >> I use SVN inside eclipse, but this seems not to provide the > >> "svnversion" functionality I need to make sure that my compiled code > >>

RE: Parmently removing directory from server to make space

2013-03-26 Thread Anil Bakshi
Thanks Stafen, You are really helping. I think you are taking about this: DAV svn SVNParentPath C:\SVNData\svn AuthType Basic AuthName "Subversion repositories" AuthUserFile C:\SVNData\svn.pass AuthzSVNAccessFile C:\SVNData\authz.conf Require valid-user So I will go with your suggestion: svnd

Re: Parmently removing directory from server to make space

2013-03-26 Thread Stefan Sperling
On Tue, Mar 26, 2013 at 04:14:38PM +0530, Anil Bakshi wrote: > Thanks Stefan, I will try with forward slashes. One more thing. > > In httpd.conf file. I have set the below variable. > > SVNParentPath C:\SVNData\svn > > So repo browser path is: > http://delhicvs.ind.aptaracorp.com:8080/svn/databa

RE: Parmently removing directory from server to make space

2013-03-26 Thread Anil Bakshi
Thanks Ryan, Your suggestions are really eye opener for me. I will follow the separate repository for each project. But now I am stuck. Regards, Anil Kumar Bakshi Sr. Multimedia Programmer | Education and Learning Aptara, Inc. | Transforming Content into Knowledge anil.bak...@aptaracorp.com |

RE: Parmently removing directory from server to make space

2013-03-26 Thread Anil Bakshi
Thanks Stefan, I will try with forward slashes. One more thing. In httpd.conf file. I have set the below variable. SVNParentPath C:\SVNData\svn So repo browser path is: http://delhicvs.ind.aptaracorp.com:8080/svn/database/E_Learning/Developm ent/Project1 Do I using the correct path in below ex

Re: svn export selected parts of svn:externals

2013-03-26 Thread Ryan Schmidt
On Mar 26, 2013, at 02:46, "Niemann, Hartmut" wrote: > I have a directory with some files and a list of svn:external > directories , and so on. > I want to svn export with the files in it and only one of the > svn:externals, not the others. > > I do not want to refer to the repository where

Re: Parmently removing directory from server to make space

2013-03-26 Thread Ryan Schmidt
On Mar 26, 2013, at 02:25, Anil Bakshi wrote: > Now our server is out of space and we decide to permanently remove few > projects from server. If your projects are in individual repositories, this is easy: archive these old projects' repositories to DVD, ideally in a future-proof format like a

Re: Parmently removing directory from server to make space

2013-03-26 Thread Stefan Sperling
On Tue, Mar 26, 2013 at 03:53:11PM +0530, Anil Bakshi wrote: > Thanks David, > > > > I tried the svndumpfilter with exclude command. > > > > Example: svndumpfilter exclude \database\E_Learning\Development\Project1 > < repo.dump > filteredDump.dump Paths in Subversion reposiories use forwar

RE: Parmently removing directory from server to make space

2013-03-26 Thread Anil Bakshi
Thanks David, I tried the svndumpfilter with exclude command. Example: svndumpfilter exclude \database\E_Learning\Development\Project1 < repo.dump > filteredDump.dump It takes 1-2 hours. But after that repo.dump and filteredDump.dump have the same size. Both shows 86 GB. It will be

Re: compile just svnversion (in addition to the eclipse-plugin)

2013-03-26 Thread Philip Martin
Daniel Shahaf writes: > Arno Steffens wrote on Mon, Mar 25, 2013 at 23:04:22 +0100: > >> I use SVN inside eclipse, but this seems not to provide the >> "svnversion" functionality I need to make sure that my compiled code >> is identically to the checked in (with or without added M to >> version) 

RE: Parmently removing directory from server to make space

2013-03-26 Thread Grierson, David
You need to dump, filter and load your repositories to remove the directories you want rid of ... If your server is out of space you will likely run into issues though because the act of loading needs to be performed into a new repository which will result in you (temporarily) increasing your d

Parmently removing directory from server to make space

2013-03-26 Thread Anil Bakshi
Hi Team, We have configured the subversion on window system and using it since last year. Now our server is out of space and we decide to permanently remove few projects from server. We will keep these project in DVDs. I searched for this on web but not able to found any fruitful answer

SVN status code and server/client responses - quick questions

2013-03-26 Thread Z W
Hi All We're new to SVN. We think we got the basics but like to know more. We having been using SVN updates with Hudson and it uses the SVNkit as a SVN client. We notice that sometimes zip file is NOT updated from the SVN server. On another occasion, we're not sure why when someone checks in the

svn export selected parts of svn:externals

2013-03-26 Thread Niemann, Hartmut
Hello! I have a directory with some files and a list of svn:external directories , and so on. I want to svn export with the files in it and only one of the svn:externals, not the others. I do not want to refer to the repository where the externals are located in, because the script that doe