Re: SVNSYNC Error

2012-07-31 Thread David Chapman
On 7/31/2012 11:16 PM, Honeylyn O. Fukuoka wrote: Hi, The repositories and the destination repositories are all running on windows. Im not really an expert on batch files/shell script development...That's why Im asking for your help :( I just followed what I was told to do here but I don't want

AW: svnsync: E160013

2012-07-31 Thread Wagner Daniel
Hello, > -Ursprüngliche Nachricht- > Guten Tag Wagner Daniel, > am Dienstag, 31. Juli 2012 um 12:49 schrieben Sie: [...] > I had a second look at your path: > > > '/svn/VTRSTCIT/!svn/txr/4174- > 387/BusinessObjects/Reports/ENDUR/ENDUR_Controlling/ICE_CO2_%20Bewertun > g_nach_Portfolio_u

Re: SVNSYNC Error

2012-07-31 Thread Honeylyn O. Fukuoka
Hi, The repositories and the destination repositories are all running on windows. Im not really an expert on batch files/shell script development...That's why Im asking for your help :( I just followed what I was told to do here but I don't want to mess things up. Thanks, Honey On Wed, Aug 1,

Re: SVNSYNC Error

2012-07-31 Thread David Chapman
On 7/31/2012 10:28 PM, Honeylyn O. Fukuoka wrote: Hi, I created a .bat file with the following scripts but still didn't work: 1. REPOS="$1" REV="$2" USER="$3" PROPNAME="$4" ACTION="$5" if [ "$USER" = "svnsync" ]; then exit 0; fi echo "Only the svnsync user can change revprops" >&2 exit 1 exit 0

Re: SVNSYNC Error

2012-07-31 Thread Honeylyn O. Fukuoka
Hi, Did I do it wrong? On Wed, Aug 1, 2012 at 1:43 PM, Honeylyn O. Fukuoka wrote: > Yes, I changed the pre-revprop-change hook of the destination of the > mirrored repo then saved it as pre-revprop-change.bat > > > On Wed, Aug 1, 2012 at 1:39 PM, vishwajeet singh wrote: > >> On Wed, Aug 1, 2012

Re: SVNSYNC Error

2012-07-31 Thread Honeylyn O. Fukuoka
Yes, I changed the pre-revprop-change hook of the destination of the mirrored repo then saved it as pre-revprop-change.bat On Wed, Aug 1, 2012 at 1:39 PM, vishwajeet singh wrote: > On Wed, Aug 1, 2012 at 11:07 AM, Honeylyn O. Fukuoka > wrote: > > svnsync: E165006: Repository has not been eabled

Re: SVNSYNC Error

2012-07-31 Thread vishwajeet singh
On Wed, Aug 1, 2012 at 11:07 AM, Honeylyn O. Fukuoka wrote: > svnsync: E165006: Repository has not been eabled to accept revision prop > changes; ask the administrator to create a pre-revprop-change hook. I hope you are changing pre-revprop-change hook of destination repo not the source. > > >

Re: SVNSYNC Error

2012-07-31 Thread Honeylyn O. Fukuoka
svnsync: E165006: Repository has not been eabled to accept revision prop changes; ask the administrator to create a pre-revprop-change hook. On Wed, Aug 1, 2012 at 1:34 PM, vishwajeet singh wrote: > On Wed, Aug 1, 2012 at 11:02 AM, Honeylyn O. Fukuoka > wrote: > > I still received the same erro

Re: SVNSYNC Error

2012-07-31 Thread vishwajeet singh
On Wed, Aug 1, 2012 at 11:02 AM, Honeylyn O. Fukuoka wrote: > I still received the same error message What error ? > > > On Wed, Aug 1, 2012 at 1:28 PM, Honeylyn O. Fukuoka > wrote: >> >> Hi, >> >> I created a .bat file with the following scripts but still didn't work: >> >> 1. REPOS="$1" >> RE

Re: SVNSYNC Error

2012-07-31 Thread Honeylyn O. Fukuoka
I still received the same error message On Wed, Aug 1, 2012 at 1:28 PM, Honeylyn O. Fukuoka wrote: > Hi, > > I created a .bat file with the following scripts but still didn't work: > > 1. REPOS="$1" > REV="$2" > USER="$3" > PROPNAME="$4" > ACTION="$5" > > if [ "$USER" = "svnsync" ]; then exit 0;

Re: SVNSYNC Error

2012-07-31 Thread Honeylyn O. Fukuoka
Hi, I created a .bat file with the following scripts but still didn't work: 1. REPOS="$1" REV="$2" USER="$3" PROPNAME="$4" ACTION="$5" if [ "$USER" = "svnsync" ]; then exit 0; fi echo "Only the svnsync user can change revprops" >&2 exit 1 exit 0 2. REPOS="$1" REV="$2" USER="$3" PROPNAME="$4" AC

Re: Subversion authentication via SASL GSSAPI and likewise open

2012-07-31 Thread slaventii
My last test results : SVN Server: Ubuntu 12.04 svn, version 1.7.5 (r1336830) compiled Jul 19 2012, 21:53:29 SVN Client: Windows Server 2003 svn, version 1.7.5 (r1336830) compiled May 15 2012, 12:29:08 LAN 100 Mbit/s co svn:// ~ 37m 44 sec co https:// ~ 40m 04sec co svn vs https perf, % ~ > 6% up

Re: SVNSYNC Error

2012-07-31 Thread vishwajeet singh
On Wed, Aug 1, 2012 at 10:09 AM, Honeylyn O. Fukuoka wrote: > Okay, I will try this.. > Correct me if I'm wrog, from this: > > echo "Changing revision properties other than svn:log is prohibited" >&2 > exit 1 > To this: > echo "Changing revision properties other than svn:log is prohibited" >&2 > e

Re: SVNSYNC Error

2012-07-31 Thread Honeylyn O. Fukuoka
Okay, Thanks for the help. Will try this. Thanks, Honey On Wed, Aug 1, 2012 at 12:40 PM, vishwajeet singh wrote: > On Wed, Aug 1, 2012 at 10:07 AM, Honeylyn O. Fukuoka > wrote: > > When you created a pre-revprop-change, did you save it in .bak file and > put > > It should be .bat on windows

Re: SVNSYNC Error

2012-07-31 Thread vishwajeet singh
On Wed, Aug 1, 2012 at 10:07 AM, Honeylyn O. Fukuoka wrote: > When you created a pre-revprop-change, did you save it in .bak file and put It should be .bat on windows and should be placed in hooks directory > it in the hooks directory of the dest repository? Am I getting you right? > My goal is

Re: SVNSYNC Error

2012-07-31 Thread Honeylyn O. Fukuoka
Okay, I will try this.. Correct me if I'm wrog, from this: echo "Changing revision properties other than svn:log is prohibited" >&2 exit 1 To this: echo "Changing revision properties other than svn:log is prohibited" >&2 exit 0 Thanks, Honey On Wed, Aug 1, 2012 at 12:36 PM, vishwajeet singh w

Re: SVNSYNC Error

2012-07-31 Thread Honeylyn O. Fukuoka
When you created a pre-revprop-change, did you save it in .bak file and put it in the hooks directory of the dest repository? Am I getting you right? My goal is to sync our repository to another server outside our country. Will this work? Thanks, Honey On Wed, Aug 1, 2012 at 12:29 PM, David Ch

Re: SVNSYNC Error

2012-07-31 Thread vishwajeet singh
On Wed, Aug 1, 2012 at 10:00 AM, Honeylyn O. Fukuoka wrote: > Here's what I did. > I don't really know how to do it so what I did I searched then found this > one. > > Basically copy the code below into a text file and name it > pre-revprop-change.bat and save it in the \hooks subdirectory for you

Re: SVNSYNC Error

2012-07-31 Thread Honeylyn O. Fukuoka
Here's what I did. I don't really know how to do it so what I did I searched then found this one. Basically copy the code below into a text file and name it pre-revprop-change.bat and save it in the \hooks subdirectory for your repository. @ECHO OFF :: Set all parameters. Even though most are not

Re: SVNSYNC Error

2012-07-31 Thread David Chapman
On 7/31/2012 9:13 PM, Honeylyn O. Fukuoka wrote: Hi, Thanks for the past response. Can you tell me what changes do I have to make in the prerevprop-change hook? I tried some but nothing happened. I created a pre-revprop-change script with the single line "exit 0" in it and put it into the h

Re: SVNSYNC Error

2012-07-31 Thread vishwajeet singh
On Wed, Aug 1, 2012 at 9:48 AM, vishwajeet singh wrote: > On Wed, Aug 1, 2012 at 9:43 AM, Honeylyn O. Fukuoka > wrote: >> Hi, >> >> >> Thanks for the past response. >> Can you tell me what changes do I have to make in the prerevprop-change >> hook? >> I tried some but nothing happened. > > What

Re: SVNSYNC Error

2012-07-31 Thread vishwajeet singh
On Wed, Aug 1, 2012 at 9:43 AM, Honeylyn O. Fukuoka wrote: > Hi, > > > Thanks for the past response. > Can you tell me what changes do I have to make in the prerevprop-change > hook? > I tried some but nothing happened. What did you try ? It just need to be there and should be executable nothing

Re: SVNSYNC Error

2012-07-31 Thread Honeylyn O. Fukuoka
Hi, Thanks for the past response. Can you tell me what changes do I have to make in the prerevprop-change hook? I tried some but nothing happened. Thanks, Honey On Wed, Aug 1, 2012 at 12:05 PM, vishwajeet singh wrote: > On Wed, Aug 1, 2012 at 9:28 AM, Honeylyn O. Fukuoka > wrote: > > Hi, >

Re: SVNSYNC Error

2012-07-31 Thread vishwajeet singh
On Wed, Aug 1, 2012 at 9:28 AM, Honeylyn O. Fukuoka wrote: > Hi, > > > > I have to sync our repository to another server, so to test it, I created a > test repository in my local and tried to do svnsync command to sync/mirror > it. > > Here's what I did: > > > > 1. Go to the folder where the repos

SVNSYNC Error

2012-07-31 Thread Honeylyn O. Fukuoka
Hi, I have to sync our repository to another server, so to test it, I created a test repository in my local and tried to do svnsync command to sync/mirror it. Here's what I did: 1. Go to the folder where the repositories are located 2. in the cmd typed: svnsync initialize (URL of the Reposi

Re: Subversion authentication via SASL GSSAPI and likewise open

2012-07-31 Thread slaventii
Forgot to say about network - it's LAN 100 Mbit/s. It is very strange first test co https:// 40m 17 sec !!! On Tue, Jul 31, 2012 at 9:48 PM, Johan Corveleyn wrote: > On Tue, Jul 31, 2012 at 6:59 PM, slaventii wrote: >> Want to share some of my tests results: >> /trunk - 1.80 GB (1,941,844,940 b

Re: svn log: 1.7 and large limits

2012-07-31 Thread Dave Huang
On Jul 31, 2012, at 2:26 PM, Stefan Sperling wrote: > The limit value is defined as an int (see opt_state defitinion in > subversion/svn/cl.h). According to the C standard an int is always > 32bit in size, and signed. FWIW, the C standard doesn't actually specify the absolute size of an int--it

Re: SOLVED: "svn: Authorization failed"; what am I doing wrong?

2012-07-31 Thread valve79
Have the same problem but im running ubuntu, any idea where i can find this file ? -- View this message in context: http://old.nabble.com/%22svn%3A-Authorization-failed%22--what-am-I-doing-wrong--tp21799403p34237492.html Sent from the Subversion Users mailing list archive at Nabble.com.

Re: svn log: 1.7 and large limits

2012-07-31 Thread Stefan Sperling
On Tue, Jul 31, 2012 at 08:44:18PM +0200, Dmitry Pavlenko wrote: > Hi all. > I've noticed that in SVN 1.7 limit behaviour has changed. Is that expected or > is that a bug? > > As I understand subversion supports revisions up to Long.MAX_VALUE = > 0x7fffL = > 9223372036854775807 > 100

Re: svn log: 1.7 and large limits

2012-07-31 Thread Johan Corveleyn
On Tue, Jul 31, 2012 at 9:18 PM, Philip Martin wrote: > Dmitry Pavlenko writes: > >> Hi all. >> I've noticed that in SVN 1.7 limit behaviour has changed. Is that expected >> or is that a bug? > >> $ $svn16 log http://localhost:59714/repos -l 100 >> ---

Re: svn log: 1.7 and large limits

2012-07-31 Thread Philip Martin
Dmitry Pavlenko writes: > Hi all. > I've noticed that in SVN 1.7 limit behaviour has changed. Is that expected or > is that a bug? > $ $svn16 log http://localhost:59714/repos -l 100 > > r2 | (no author) | 2012-07-1

Re: Subversion authentication via SASL GSSAPI and likewise open

2012-07-31 Thread slaventii
Hi Johan, Hm, it's very strange. I thought that I used 1.7.5 but it seems that in my PATH("c:\Program Files\CollabNet Subversion Server\svn.exe" ) was old version of client: svn, version 1.5.4 (r33841) compiled Oct 23 2008, 08:54:42 In this case all my test were done with old client :) Started ne

Re: Subversion authentication via SASL GSSAPI and likewise open

2012-07-31 Thread Johan Corveleyn
On Tue, Jul 31, 2012 at 6:59 PM, slaventii wrote: > Want to share some of my tests results: > /trunk - 1.80 GB (1,941,844,940 bytes) - 148,114 Files; 52,519 Folders > > Old Hardware Server - Ubuntu 9.04: > svn, versi

svn log: 1.7 and large limits

2012-07-31 Thread Dmitry Pavlenko
Hi all. I've noticed that in SVN 1.7 limit behaviour has changed. Is that expected or is that a bug? As I understand subversion supports revisions up to Long.MAX_VALUE = 0x7fffL = 9223372036854775807 > 1000 > 100 So both limits are possible thoeoretically. I ask

Re: SVN + Shadow Copy

2012-07-31 Thread Les Mikesell
On Tue, Jul 31, 2012 at 5:55 AM, Mat Booth wrote: > >> Matt, it looks like he wants to back up working copies, not >> repositories. > > Exactly, but as I've said Subversion itself isn't a backup system and > shouldn't really be used as such. OK, but what if he had said he wanted to automate revis

Re: Subversion authentication via SASL GSSAPI and likewise open

2012-07-31 Thread slaventii
Want to share some of my tests results: /trunk - 1.80 GB (1,941,844,940 bytes) - 148,114 Files; 52,519 Folders Old Hardware Server - Ubuntu 9.04: svn, version 1.5.4 (r33841) compiled Aug 7 2009, 01:44:11 co svn:// ~

Re: FeatureRequest: Improved svn:externals handling on Merge

2012-07-31 Thread Stefan Sperling
On Mon, Jul 30, 2012 at 10:13:37AM +0100, Marcel Hesselbarth wrote: > Hi Developers, > > I'm redirected here from the tortoise mailing list, as they think this > feature belongs to the area of the svn library. Performing some > searches shows that I'm not the only one with this problem, even it it

Re: Issue with merge/integration algorithm?

2012-07-31 Thread Stefan Sperling
On Fri, Jul 27, 2012 at 08:03:22AM -0700, Arunmozhi wrote: > > I am resending the initial mail as the mail format other than text is not > supported. > > I feel that the SVN branching and merging/integration algorithm is > flawed. However I am not sure if this is a known limitation of SVN. I >

Re: SVN + Shadow Copy

2012-07-31 Thread Nico Kadel-Garcia
On Tue, Jul 31, 2012 at 6:55 AM, Mat Booth wrote: > On 31 July 2012 11:01, Nico Kadel-Garcia wrote: >> On Tue, Jul 31, 2012 at 5:31 AM, Mat Booth wrote: >>> On 30 July 2012 20:52, Fernando Gomes >>> wrote: Hello all, I am a rather experienced developer and I’m currently trying t

Re: svnsync: E160013

2012-07-31 Thread Thorsten Schöning
Guten Tag Wagner Daniel, am Dienstag, 31. Juli 2012 um 12:49 schrieben Sie: > Regarding the errors on svn update - I could clarify that only svn > commit produces errors under yet unknown circumstances. I had a second look at your path: > '/svn/VTRSTCIT/!svn/txr/4174-387/BusinessObjects/Reports/

Re: SVN + Shadow Copy

2012-07-31 Thread Mat Booth
On 31 July 2012 11:01, Nico Kadel-Garcia wrote: > On Tue, Jul 31, 2012 at 5:31 AM, Mat Booth wrote: >> On 30 July 2012 20:52, Fernando Gomes wrote: >>> Hello all, >>> >>> I am a rather experienced developer and I’m currently trying to use SVN to >>> back up a batch of files automatically every

Re: svnsync: E160013

2012-07-31 Thread Wagner Daniel
Hi, I use standard post-commit and post-revprop-change hooks as described in svn book. post-revprop-change.cmd: @ECHO OFF SET REPOS="%1" SET REV="%2" SET USER="%3" SET PROPNAME="%4" SET ACTION="%5" "%VISUALSVN_SERVER%"bin\svnsync copy-revprops --non-interactive --source-username subversion_s

Re: SVN + Shadow Copy

2012-07-31 Thread Nico Kadel-Garcia
On Tue, Jul 31, 2012 at 5:31 AM, Mat Booth wrote: > On 30 July 2012 20:52, Fernando Gomes wrote: >> Hello all, >> >> I am a rather experienced developer and I’m currently trying to use SVN to >> back up a batch of files automatically every X hours. The problem is that >> some of the files are o

Re: SVN + Shadow Copy

2012-07-31 Thread Mat Booth
On 30 July 2012 20:52, Fernando Gomes wrote: > Hello all, > > I am a rather experienced developer and I’m currently trying to use SVN to > back up a batch of files automatically every X hours. The problem is that > some of the files are open and the commit fails entirely. > I have managed to inv