On Tue, 2 Jan 2018 22:20:13 -0500, Nico Kadel-Garcia
wrote:
>On Tue, Jan 2, 2018 at 9:37 PM, Keva-Slient <356730...@qq.com> wrote:
>>
>> inodes usage of my svn server grows up quickly as repositories commits
>> increasing.
>> there are many reversion files in xx/db/revs/[0-9]+/[0-9]+.
>
>There i
thank you very much. that's what i want
--
.
Vanity...My favourite sin.
--<>
-- Original --
From: "Nathan Hartman";;
Date: Wed, Jan 3, 2018 11:08 AM
To: "users";
Cc: "Keva-Slient"<356730...@qq.com>;
Subject: Re: inodes usag
thank you very much. that's exact what i want.
--
.
Vanity...My favourite sin.
--<>
-- --
??: "Nico Kadel-Garcia";;
: 2018??1??3??(??) 11:20
??: "Keva-Slient"<356730...@qq.com>;
: "users";
??
On Tue, Jan 2, 2018 at 9:37 PM, Keva-Slient <356730...@qq.com> wrote:
>
> inodes usage of my svn server grows up quickly as repositories commits
> increasing.
> there are many reversion files in xx/db/revs/[0-9]+/[0-9]+.
There is "svnadmin pack", which needs to run on the Subversion
repository se
On Jan 2, 2018, at 9:37 PM, Keva-Slient <356730...@qq.com> wrote:
>
>
> inodes usage of my svn server grows up quickly as repositories commits
> increasing.
> there are many reversion files in xx/db/revs/[0-9]+/[0-9]+.
>
> is there any way storing all version files into one file? or any other
inodes usage of my svn server grows up quickly as repositories commits
increasing.
there are many reversion files in xx/db/revs/[0-9]+/[0-9]+.
is there any way storing all version files into one file? or any other way to
solve this problem.
--
.
Vanity...My favour
On Jan 2, 2018, at 11:31 AM, Johan Corveleyn wrote:
>
>> On Tue, Jan 2, 2018 at 4:38 PM, Bo Berglund wrote:
>> On Sat, 09 Dec 2017 18:02:20 +0100, Bo Berglund
>> wrote:
>>> vProject
>>> |--- src (all sources from the physical project module)
>>> |--- bin (the binary output from the project)
>
On Tue, Jan 2, 2018 at 4:38 PM, Bo Berglund wrote:
> On Sat, 09 Dec 2017 18:02:20 +0100, Bo Berglund
> wrote:
>>vProject
>> |--- src (all sources from the physical project module)
>> |--- bin (the binary output from the project)
>> |--- cmn (selected files from a "Common" project module)
>>
On Sat, 09 Dec 2017 18:02:20 +0100, Bo Berglund
wrote:
>vProject
> |--- src (all sources from the physical project module)
> |--- bin (the binary output from the project)
> |--- cmn (selected files from a "Common" project module)
> |--- lib (maybe some selected binaries needed by the proje
On 02.01.2018 13:27, Bo Berglund wrote:
> On Tue, 2 Jan 2018 09:42:07 +0100, Branko ?ibej
> wrote:
>
>> On 01.01.2018 21:28, Bo Berglund wrote:
>>> I am trying to use svnlook to find the revision when a directory was
>>> created. I want to use this to dig out the timestamps of tags and
>>> branche
On 02.01.2018 13:29, Bo Berglund wrote:
> On Tue, 02 Jan 2018 09:59:15 +, Daniel Shahaf
> wrote:
>
>> Branko ?ibej wrote on Tue, 02 Jan 2018 09:42 +0100:
>>> On 01.01.2018 21:28, Bo Berglund wrote:
Is there a command to show the revision when an item (directory or
file) was actually
On Tue, Jan 2, 2018 at 1:42 PM, Johan Corveleyn wrote:
> On Tue, Jan 2, 2018 at 1:29 PM, Bo Berglund wrote:
>> On Tue, 02 Jan 2018 09:59:15 +, Daniel Shahaf
>> wrote:
>>
>>>Branko ?ibej wrote on Tue, 02 Jan 2018 09:42 +0100:
On 01.01.2018 21:28, Bo Berglund wrote:
> Is there a comm
On Tue, Jan 2, 2018 at 1:29 PM, Bo Berglund wrote:
> On Tue, 02 Jan 2018 09:59:15 +, Daniel Shahaf
> wrote:
>
>>Branko ?ibej wrote on Tue, 02 Jan 2018 09:42 +0100:
>>> On 01.01.2018 21:28, Bo Berglund wrote:
>>> > Is there a command to show the revision when an item (directory or
>>> > file)
On Tue, 02 Jan 2018 09:59:15 +, Daniel Shahaf
wrote:
>Branko ?ibej wrote on Tue, 02 Jan 2018 09:42 +0100:
>> On 01.01.2018 21:28, Bo Berglund wrote:
>> > Is there a command to show the revision when an item (directory or
>> > file) was actually created in svn?
>>
>> Currently the only hack t
On Tue, 2 Jan 2018 09:42:07 +0100, Branko ?ibej
wrote:
>On 01.01.2018 21:28, Bo Berglund wrote:
>> I am trying to use svnlook to find the revision when a directory was
>> created. I want to use this to dig out the timestamps of tags and
>> branches. My svn version is 1.9.7 (both server and client
On 02.01.2018 10:59, Daniel Shahaf wrote:
> Branko Čibej wrote on Tue, 02 Jan 2018 09:42 +0100:
>> On 01.01.2018 21:28, Bo Berglund wrote:
>>> Is there a command to show the revision when an item (directory or
>>> file) was actually created in svn?
>> Currently the only hack to do this is by using
Branko Čibej wrote on Tue, 02 Jan 2018 09:35 +0100:
> On 30.12.2017 20:35, John McClean wrote:
> > svn export "https://github.com/apache/avro.git/trunk/lang/c++";
> >
> > Any ideas?
>
> Report a bug to GitHub, their Subversion protocol is a custom
> implementation that AFAIK is not based on our co
Branko Čibej wrote on Tue, 02 Jan 2018 09:42 +0100:
> On 01.01.2018 21:28, Bo Berglund wrote:
> > Is there a command to show the revision when an item (directory or
> > file) was actually created in svn?
>
> Currently the only hack to do this is by using 'svn log --stop-on-copy'
> in a working cop
On 01.01.2018 21:28, Bo Berglund wrote:
> I am trying to use svnlook to find the revision when a directory was
> created. I want to use this to dig out the timestamps of tags and
> branches. My svn version is 1.9.7 (both server and client).
>
> So far I have not found a way to do it...
>
> svnlook
On 30.12.2017 20:35, John McClean wrote:
> I'm trying to checkout/export part of a github repo.
>
> svn export "https://github.com/apache/avro.git/trunk/lang/c++";
>
> This creates a directory but doesn't get any files. It work fine for
> urls which don't have a '+' in them.
>
> URI encoding the '+
20 matches
Mail list logo