Re: Windows file:/// URL format for svnsync

2013-10-31 Thread Branko Čibej
On 31.10.2013 22:57, David Goldsmith wrote: > I'm pretty sure I am now...however, while I was away, I got: > > Committed revision 821. > Copied properties for revision 821. > svnsync: E175002: MKACTIVITY request on > '/svn/!svn/act/d9a29da4-969c-9043-8d2b-1 > fe43a60c2c2' failed: 500 Internal Ser

Re: Windows file:/// URL format for svnsync

2013-10-31 Thread David Goldsmith
I'm pretty sure I am now...however, while I was away, I got: Committed revision 821. Copied properties for revision 821. svnsync: E175002: MKACTIVITY request on '/svn/!svn/act/d9a29da4-969c-9043-8d2b-1 fe43a60c2c2' failed: 500 Internal Server Error svnsync: E175002: Additional errors: svnsync: E17

RE: Windows file:/// URL format for svnsync

2013-10-31 Thread Bob Archer
Are you sure you are specifying a REPOSITORY and not a working copy??? BOb From: David Goldsmith [mailto:eulergaussriem...@gmail.com] Sent: Thursday, October 31, 2013 4:17 PM To: Bob Archer Cc: users@subversion.apache.org Subject: Re: Windows file:/// URL format for svnsync OK, now we're going

Re: Windows file:/// URL format for svnsync

2013-10-31 Thread Branko Čibej
On 31.10.2013 21:21, David Goldsmith wrote: > C:\MWDM>svnsync init --username eulergaussriemann > https://ecy2.googlecode.com/sv > n file:///C:/MWDM > svnsync: warning: W27: Target server does not support atomic > revision proper > ty edits; consider upgrading it to 1.7 or using an external loc

Re: Windows file:/// URL format for svnsync

2013-10-31 Thread Dave Huang
On Oct 31, 2013, at 15:17, David Goldsmith wrote: > OK, now we're going in circles: what you cut and paste is what I've been > trying, over and over again, to no avail (as I said in my OP, it didn't like > the way I'm specifying my source folder.) I'm sure there's some subtlety > that--as a

Re: Windows file:/// URL format for svnsync

2013-10-31 Thread David Goldsmith
Yup, that was it: I wasn't trying to sync my repo, I was trying to sync my wc; luckily, I'm cleaning out as much of my stuff as I can find and I found a folder on my C: drive called SVN, and inside that, a folder called Repo--when I used that for file:/// everything worked; of course, now it's uplo

Re: Windows file:/// URL format for svnsync

2013-10-31 Thread David Goldsmith
C:\MWDM>svnsync init --username eulergaussriemann https://ecy2.googlecode.com/sv n file:///C:/MWDM svnsync: warning: W27: Target server does not support atomic revision proper ty edits; consider upgrading it to 1.7 or using an external locking program Authentication realm:

Re: Windows file:/// URL format for svnsync

2013-10-31 Thread David Goldsmith
OK, now we're going in circles: what you cut and paste is what I've been trying, over and over again, to no avail (as I said in my OP, it didn't like the way I'm specifying my source folder.) I'm sure there's some subtlety that--as a user, not an admin--I'm missing, that those overly-simplified in

RE: Windows file:/// URL format for svnsync

2013-10-31 Thread Bob Archer
Not sure how we got off list. But, I just used svnsync to move a repo to google code.. it was pretty easy. Just follow the instructions on their wiki page: How do I import an existing Subversion repository? To upload the history of an existing Subversion repository, use the svnsync tool that shi

Re: What's version swig of subversion used for bindings, I wanna swig-svn python 3.0 binding.

2013-10-31 Thread Ben Reser
On 10/31/13 10:23 AM, Yonggang Luo wrote: > Did subversion has any plan about this, if I wanna to support for python 3, > what I need to do if subversion didn't support it yet? Current recommend version of SWIG is 2.0.9 (though I have no reason to believe that 2.0.10 or 2.0.11 have problems, just

What's version swig of subversion used for bindings, I wanna swig-svn python 3.0 binding.

2013-10-31 Thread Yonggang Luo
Did subversion has any plan about this, if I wanna to support for python 3, what I need to do if subversion didn't support it yet?

Re: What "FSFS" stands for?

2013-10-31 Thread Blair Zajac
On 10/31/2013 08:36 AM, Pavel Lyalyakin wrote: Hello, I see interesting question on StackOverflow: http://stackoverflow.com/q/19687614/761095 [[ I have scoured the internet looking for a clear answer and cannot find one. What does it stand for? I am currently trying to set up a new repo for our

Re: Cannot commit files on one laptop but on an other

2013-10-31 Thread Pavel Lyalyakin
Hello Thomas, > We have VisualSVN 2.5 Server and TortoiseSvn 1.8. We use path based > authorization with Basic Authentication over Active Directory. > > I have one colleague who has write access to the entire project. > > On his Laptop, despite write access, he can’t commit to some branches (403).

What "FSFS" stands for?

2013-10-31 Thread Pavel Lyalyakin
Hello, I see interesting question on StackOverflow: http://stackoverflow.com/q/19687614/761095 [[ I have scoured the internet looking for a clear answer and cannot find one. What does it stand for? I am currently trying to set up a new repo for our development team and I would like to know what t

Cannot commit files on one laptop but on an other

2013-10-31 Thread Stümpfig , Thomas
Hi All, We have VisualSVN 2.5 Server and TortoiseSvn 1.8. We use path based authorization with Basic Authentication over Active Directory. I have one colleague who has write access to the entire project. On his Laptop, despite write access, he can't commit to some branches (403). Other branches

RE: Windows file:/// URL format for svnsync

2013-10-31 Thread Bob Archer
Good point… our just use svnrdump to dump the repo… then you can take that file, load it into a repo on another machine and then sync that to google. From: Bert Huijben [mailto:b...@qqmail.nl] Sent: Wednesday, October 30, 2013 7:02 PM To: 'David Goldsmith' Cc: users@subversion.apache.org Subject:

RE: not able to access repository form remote server

2013-10-31 Thread Bob Archer
> I installed win32svn in remote server which i can acees directly. > I am trying to create subversion repository mirror in this remote server using > "svnsync" through command line and the actual repo is located in different > remote server.I am able to access this repo(from diff server) from SVNS

not able to access repository form remote server

2013-10-31 Thread Sandeep S
Hi, I installed win32svn in remote server which i can acees directly. I am trying to create subversion repository mirror in this remote server using "svnsync" through command line and the actual repo is located in different remote server.I am able to access this repo(from diff server) from SVNSLIK,

SVN client 1.8 with server 1.6.17, HTTP error 408

2013-10-31 Thread Pierre Schweitzer
Hi, we are using in production a SVN server on a Ubuntu 12.04LTS machine. SVN there is: # svn --version svn, version 1.6.17 (r1128011) compiled Jun 26 2013, 20:44:36 We provide both svn:// access and http:// (through Apache2). Apache2 version is: # apache2 -v Server version: Apache/2.2.22 (Ubu