Re: problem with viewvc

2017-12-27 Thread Greg Stein
Hi Vincent, Daniel, The problem is that the "modified" link for branches/1.9.x/ produces a page with a log of ALL the modifications EVER made in that branch. You're talking about thousands of log entries from the past couple/three years. The page simply takes way too long to generate, so the proxy

Re: Combining files from different projects into a new project?

2017-12-27 Thread Bo Berglund
On Wed, 27 Dec 2017 22:58:10 +, Daniel Shahaf wrote: >Branko ?ibej wrote on Wed, 27 Dec 2017 12:41 +0100: >> You can only check out directories. Files in the same repository, >> however, can be linked as externals. > >The alternative to "checking out a file" is to checkout the directory at >-

Re: svnserve protocol documentation doesn't explain what svndiff2 is

2017-12-27 Thread Daniel Shahaf
Marat Radchenko wrote on Wed, 27 Dec 2017 14:03 +0300: > We're implementing svnserve-compatible server You're welcome to do so, but be advised that the ra_svn protocol is not a public API. (We promise compatibility at the C API level, not at the wire protocol level.) > and noticed recent additio

Re: Combining files from different projects into a new project?

2017-12-27 Thread Daniel Shahaf
Branko Čibej wrote on Wed, 27 Dec 2017 12:41 +0100: > You can only check out directories. Files in the same repository, > however, can be linked as externals. The alternative to "checking out a file" is to checkout the directory at --depth=empty and then pull just the one file. The externals defi

Re: problem with viewvc

2017-12-27 Thread Daniel Shahaf
Infra - could you take a look? I tried just now and reproduced the first error message (a "502 Proxy Error"). @Vincent In the future feel free to report issues with *.a.o services directly to infra (after checking status.apache.org) Vincent Lefevre wrote on Wed, 27 Dec 2017 14:24 +0100: > Hi, >

problem with viewvc

2017-12-27 Thread Vincent Lefevre
Hi, On http://svn.apache.org/viewvc?view=revision&revision=1814248 when I click on the first "modified", I get either Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /viewvc/subversion/branches/1.9.x/. Reason:

Re: Combining files from different projects into a new project?

2017-12-27 Thread Bo Berglund
On Wed, 27 Dec 2017 12:46:36 +0100, Branko ?ibej wrote: >Also, as a matter of best practice: with Subversion, it's generally >better to use one large repository than a number of small ones. And >instead of trying to replicate the structure you used with CVS, you >should think about structuring yo

Re: Combining files from different projects into a new project?

2017-12-27 Thread Branko Čibej
On 27.12.2017 12:41, Branko Čibej wrote: > On 27.12.2017 10:54, Bo Berglund wrote: >> On Tue, 26 Dec 2017 12:23:45 -0600, Ryan Schmidt >> wrote: >> >>> On Dec 26, 2017, at 02:00, Bo Berglund wrote: >>> In an earlier thread I asked about how I could simulate this in svn and to use the "sv

Re: Combining files from different projects into a new project?

2017-12-27 Thread Branko Čibej
On 27.12.2017 10:54, Bo Berglund wrote: > On Tue, 26 Dec 2017 12:23:45 -0600, Ryan Schmidt > wrote: > >> On Dec 26, 2017, at 02:00, Bo Berglund wrote: >> >>> In an earlier thread I asked about how I could simulate this in svn >>> and to use the "svn externals" system was adviced. >>> >>> When I am

svnserve protocol documentation doesn't explain what svndiff2 is

2017-12-27 Thread Marat Radchenko
Aye! We're implementing svnserve-compatible server and noticed recent addition of 'accepts-svndiff2' capability. However, nothing is docs [1] describes what is "svndiff2 deltas". [1]: https://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_ra_svn/ protocol?revision=1818581&view=markup#

Re: Combining files from different projects into a new project?

2017-12-27 Thread Bo Berglund
On Wed, 27 Dec 2017 06:23:29 +, Lorenz wrote: >Ryan Schmidt wrote: >>On Dec 26, 2017, at 02:00, Bo Berglund wrote: >> >>> In an earlier thread I asked about how I could simulate this in svn >>> and to use the "svn externals" system was adviced. >>> >>> When I am now facing actually doing thi

Re: Combining files from different projects into a new project?

2017-12-27 Thread Bo Berglund
On Tue, 26 Dec 2017 12:23:45 -0600, Ryan Schmidt wrote: > >On Dec 26, 2017, at 02:00, Bo Berglund wrote: > >> In an earlier thread I asked about how I could simulate this in svn >> and to use the "svn externals" system was adviced. >> >> When I am now facing actually doing this I find that (unle