On Wed, Sep 24, 2014 at 07:30:57PM -0400, Nico Kadel-Garcia wrote:
> Setting up a chroot for Subversion for just this purpose gets...
> potentially adventuresome. The maintainers of OpenSSH have generically
> refused to support chroot changes, so it's a bit awkward to even set
> up. Various folks h
I'd also question just exactly what it is that you're storing in Subversion
that is consuming 4-5Gb.
Remember - once something has been committed to a Subversion repository it's
there *forever*. If you're performing 4-5Gb commits each time I can see your
filesystem getting very big, very quickl
> -Original Message-
> From: Stefan Sperling [mailto:s...@elego.de]
> Sent: donderdag 25 september 2014 10:09
> To: Nico Kadel-Garcia
> Cc: Les Mikesell; users
> Subject: Re: ssh+svn vs. bash security bug?
>
> On Wed, Sep 24, 2014 at 07:30:57PM -0400, Nico Kadel-Garcia wrote:
> > Setting
On Thu, Sep 25, 2014 at 4:08 AM, Stefan Sperling wrote:
> On Wed, Sep 24, 2014 at 07:30:57PM -0400, Nico Kadel-Garcia wrote:
>> Setting up a chroot for Subversion for just this purpose gets...
>> potentially adventuresome. The maintainers of OpenSSH have generically
>> refused to support chroot ch
On Thu, Sep 25, 2014 at 5:25 AM, Bert Huijben wrote:
>
>
>> -Original Message-
>> From: Stefan Sperling [mailto:s...@elego.de]
>> Sent: donderdag 25 september 2014 10:09
>> To: Nico Kadel-Garcia
>> Cc: Les Mikesell; users
>> Subject: Re: ssh+svn vs. bash security bug?
>>
>> On Wed, Sep 24,
Andreas Stieger writes:
> Hi,
>
> On 24/09/14 22:48, Mohsin Abbas wrote:
>> My data size was around 4 plus GB. My commit was failed before 1 GB. Is
>> there any limit in SVN for not commit data larger then 1 GB ? Can I
>> commit 4 or 5 GB data in one commit ?
>
> This is not in Apache Subversion
Team,
please help me in this regard i am waiting for your respose.
mohsin
On 9/25/14, Mohsin Abbas wrote:
> Hi All,
>
> I have problem while committing data in SVN Repository . My data size was
> around 4 plus GB. My commit was failed before 1 GB. Is there any limit in
> SVN for not commit data
Greetings
I'm trying to set up a local repository for my schoolwork. The book
doesn't seem to have many examples with this type of setup, so i seem to be
stumbling a bit. First off, this part seemed to go okeh:
$ sudo svnadmin create /usr/local/svn/repos
But then this bit doe
First, I wouldn't run svn as root like you are with 'sudo'. Instead, change the
ownership of your repo so that you have write access.
Your command was trying to import 'cashier.cpp' into the repository as the name
'repos'. You need to do this instead:
svn import -m "initial import" cashier.
Hi David,
I just noticed that you have four slashes on the beginning of your URL. Only
three are needed for file-local URLs. FYI, file-local URLs look like this:
file://localhost/path/to/file
Since "localhost" is assumed if missing, you can shorten it to this:
file:///path/to/f
Hi,
> On 25 Sep 2014, at 15:47, Mohsin Abbas wrote:
>
> please help me in this regard i am waiting for your respose.
You had responses, with links to patches and a workaround of alternative
transport mentioned.
Andreas
If I'm not mistaken, this sounds like a perfect use for the least-used form
of the merge command.
Specifically, create the vendor folder (for simplicity, call this location
"A")
Move your existing version of the vendored item (call this location B) to a
new location (location C).
Copy the vendor i
Good Day Team,
I am using Subversion 1.8.9 server on linux OS and tortoise SVN client
at windows. When I try to commit data larger then 2+ GB my commit
failed. I tried to google on different websites they provided below
solution :
1 : Set LimitRequestBody to 0 in the server side httpd.conf file.
On Thu, Sep 25, 2014 at 6:34 PM, Mohsin Abbas wrote:
> Good Day Team,
>
> I am using Subversion 1.8.9 server on linux OS and tortoise SVN client
> at windows. When I try to commit data larger then 2+ GB my commit
> failed. I tried to google on different websites they provided below
> solution :
>
On 2014 Sep 25, at 8:47 AM, jbl...@icloud.com wrote:
> Your command was trying to import 'cashier.cpp' into the repository as the
> name 'repos'.
Thank you for your thorough explanation.
sent from Mountain Lion
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list
16 matches
Mail list logo