Re: Linux exFAT checkout issue

2014-07-21 Thread Stefan Sperling
On Fri, Jul 18, 2014 at 03:09:31PM -0700, Nick Chadwick wrote: Hello, I just ran into a small issue checking out on Linux (Ubuntu 14.04) to an exFAT drive. The specific error I received was: svn: E38: Can't set permissions on '/media/exFAT_drive/myrepo/.svn/tmp/svn-5fj4RP': Function

Sporadic E120171: Error running context: An error occurred during SSL communication

2014-07-21 Thread Niemann, Hartmut
Hello! Our svn server is hosted on a virtual server managed by some subcontractor. (Redhead enterprise linux, AFAIK). When committing, we get too often the following errors. In tortoise SVN en example message is: Command: Commit Error: Übertragen schlug fehl (Details folgen): Error: Fehler beim

RE: newbie cant import files into repo

2014-07-21 Thread Bob Archer
Hi, I created a repo using svnadmin create in a dir called trunk (that's what your supposed to do, right?) The operation succeeded but the files that I want to version (c source which I should have versioned long ago.) I can't seem to add to the repo. When the code is ready for alpha release I

Re: Sporadic E120171: Error running context: An error occurred during SSL communication

2014-07-21 Thread Lieven Govaerts
Hi, On Mon, Jul 21, 2014 at 3:30 PM, Niemann, Hartmut hartmut.niem...@siemens.com wrote: Hello! Our svn server is hosted on a virtual server managed by some subcontractor. (Redhead enterprise linux, AFAIK). When committing, we get too often the following errors. In tortoise SVN en

Re: Problems downloading source distribution

2014-07-21 Thread Ben Reser
On 7/20/14 7:34 PM, Ian Grant wrote: I am trying to get subversion source. I followed the download links from http://subversion.apache.org/download/#supported-releases which point me at the mirror http://mirror.nexcess.net/apache/subversion/subversion-1.7.17.tar.bz2 I have downloaded both

Re: newbie cant import files into repo

2014-07-21 Thread Ryan Schmidt
On Jul 18, 2014, at 1:59 PM, frank ernest wrote: No, you svnadmin create your repositories in a central place on your server. Then you configure your Subversion server (svnserve or mod_dav_svn) to serve those repositories. Then you import code into those repositories via the URLs exposed

http-request PUT

2014-07-21 Thread merch store
i want to do a checkin from an html-site. i already implemented the checkout so i roughly know how to implent http-requests. right now i nearly finished the task, i've got just one problem within the PUT methode. during the PUT you have to send a body which is a diff. but i don't know how svn