RE: Error running context: the parameter is incorrect.

2014-12-04 Thread Chao.Guan
I connect it with https:// URL, I am not the admin, I didn’t check the error logs of the server. The root cause is server? I have to fix it on server? Thanks, Chao From: Johan Corveleyn [mailto:jcor...@gmail.com] Sent: Thursday, December 04, 2014 11:40 PM To: Chao.Guan Cc: users@subv

Re: subversion - svnsync synchronize hangs - how to debug?

2014-12-04 Thread Philip Martin
Marc Breslow writes: > Did some more testing here and still stuck. > > In one test I changed the sync source to be a different repository on a > different server and sync worked. So pretty sure it is an issue with the > source repo now. >> > >> >svnsync synchronize [target-http-url] [so

TortoiseSVN on the shared drive to be used by multiple users

2014-12-04 Thread frame
Hi: In our office, each of us has his own PC. Cygwin is installed on each PC. Every PC can access the shared S drive. I have installed TortoiseSVN on my own PC. I am thinking doing a short-cut: no need to install TortoiseSVN on everybody's PC. I just copied my C:/Program Files/TortoiseSVN to t

List trouble - not received, how to get index ?

2014-12-04 Thread Kerry, Richard
I’ve just discovered I haven’t received anything from the list for a couple of weeks. Not clear why. Maybe the list’s emails were seen as attempting to spoof my company’s email address and got bounced, leading to the mailing list stopping sending to me without any warning. Anyway it means I m

Re: Error running context: the parameter is incorrect.

2014-12-04 Thread Johan Corveleyn
How do you connect to your repository? Is it a file://, an svn://, an svn+ssh://, a http:// or a https:// URL? Maybe you can find more details in the error logs of the server? Johan Op 4-dec.-2014 13:55 schreef "Chao.Guan" : > Hi guys, > > > > When I tried to commit my repo this morning, I got t

Re: subversion - svnsync synchronize hangs - how to debug?

2014-12-04 Thread Marc Breslow
Did some more testing here and still stuck. In one test I changed the sync source to be a different repository on a different server and sync worked. So pretty sure it is an issue with the source repo now. There was also a question: > Does the target repository start a transaction, is there net

Re: Tunnel Agent

2014-12-04 Thread Branko Čibej
On 04.12.2014 05:35, Rama A wrote: > Hi Bert, > > Link which you provided is really helpful for me. > > Have gone through the BasicTests.java. I have tried the checkout > instead revProps in BasicTests. Whether I need to change the commands > byte array. If yes, what I have to add it in the comman

Re: Tunnel Agent

2014-12-04 Thread Rama A
Hi, While reading the request from ReadableByteChannel, it is stuck with this poing. Is the ReadableByteChannel automatically gets the request while doing svn operation or we have to do? Can anyone please clarify this. Thanks in Advance. On Thu, Dec 4, 2014 at 10:05 AM, Rama A wrote: > Hi Be

Re: Problems with selecting log revision by date: -r {yyyy-mm-dd}

2014-12-04 Thread sebb
On 3 December 2014 at 14:45, Johan Corveleyn wrote: > On Wed, Dec 3, 2014 at 2:45 PM, Philip Martin > wrote: >> Stefan Sperling writes: >> >>> On Wed, Dec 03, 2014 at 12:22:02PM +, sebb wrote: svn co --depth files https://svn.apache.org/repos/asf/subversion/trunk subversion >>

Error running context: the parameter is incorrect.

2014-12-04 Thread Chao.Guan
Hi guys, When I tried to commit my repo this morning, I got this error: " Unable to connect to a repository at URL 'XXX' error running context: the parameter is incorrect. " But it worked OK yesterday, when I tried to check out a new repo, it still can't work. My OS is win

Re: Tunnel Agent

2014-12-04 Thread Rama A
Hi Bert, Link which you provided is really helpful for me. Have gone through the BasicTests.java. I have tried the checkout instead revProps in BasicTests. Whether I need to change the commands byte array. If yes, what I have to add it in the commands. I'm not sure what's the exact purpose of th