Re: Server CPU requirements for svnserve?

2013-01-28 Thread Ryan Schmidt
On Jan 28, 2013, at 16:23, Oj W wrote: > We're setting up a SVN server to hold relatively large datasets > (10-20GB, of which maybe 10-60MB regularly changes). 8 clients > simultaneously updating themselves to a particular revision (over a > LAN). Each client has checked-out a different subdire

Server CPU requirements for svnserve?

2013-01-28 Thread Oj W
We're setting up a SVN server to hold relatively large datasets (10-20GB, of which maybe 10-60MB regularly changes). 8 clients simultaneously updating themselves to a particular revision (over a LAN). Each client has checked-out a different subdirectory (so they're not getting identical data). Fo

Re: Missing file prevents submitting unrelated changelists

2013-01-28 Thread Johan Corveleyn
On Mon, Jan 28, 2013 at 5:31 PM, Nick wrote: > On Mon, 2013-01-28 at 18:03 +0200, Daniel Shahaf wrote: >> I see, perhaps I misread your initial script. I wonder whether >> $ svn ci --cl "Add a and b" a b >> works... (but no time to test right now :( ) > > That works--files a and b are submitted

Re: Missing file prevents submitting unrelated changelists

2013-01-28 Thread Nick
On Mon, 2013-01-28 at 18:03 +0200, Daniel Shahaf wrote: > I see, perhaps I misread your initial script. I wonder whether > $ svn ci --cl "Add a and b" a b > works... (but no time to test right now :( ) That works--files a and b are submitted despite file c missing. Should I open a bug on this n

Re: Missing file prevents submitting unrelated changelists

2013-01-28 Thread Daniel Shahaf
Nick wrote on Mon, Jan 28, 2013 at 11:00:10 -0500: > > On Mon, 2013-01-28 at 16:54 +0200, Daniel Shahaf wrote: > > By design. You need > > $ svn rm c > > or > > $ svn revert c > > I don't understand why this is by design. Regardless of what happens to > the file 'c', I would not expect it to

Re: Missing file prevents submitting unrelated changelists

2013-01-28 Thread Nick
On Mon, 2013-01-28 at 16:54 +0200, Daniel Shahaf wrote: > By design. You need > $ svn rm c > or > $ svn revert c I don't understand why this is by design. Regardless of what happens to the file 'c', I would not expect it to affect changelists which do not contain the file. This behavior seem

Re: Missing file prevents submitting unrelated changelists

2013-01-28 Thread Daniel Shahaf
By design. You need $ svn rm c or $ svn revert c Nick wrote on Mon, Jan 28, 2013 at 09:23:30 -0500: > Removing a file which is scheduled to be added prevents submitting > unrelated changelists. > > Occurring w/ my current version (1.7.7), have not tried others. > > Annotated & unannotated rep

Re: Commit Error in conversion of types

2013-01-28 Thread Thorsten Schöning
Guten Tag Julio Palma, am Montag, 28. Januar 2013 um 13:15 schrieben Sie: > I was studing my structure, and I see one thing. Do you think that the > structure can be the problem? No, absolutely not. Look at your error, you got disk I/O errors and low level Subversion errors about not performed a

Missing file prevents submitting unrelated changelists

2013-01-28 Thread Nick
Removing a file which is scheduled to be added prevents submitting unrelated changelists. Occurring w/ my current version (1.7.7), have not tried others. Annotated & unannotated repro steps follow. $ svn --version svn, version 1.7.7 (r1393599) compiled Jan 5 2013, 15:01:56 Unannotated repr

Re: Commit Error in conversion of types

2013-01-28 Thread Julio Palma
Hi, Phillip, I was studing my structure, and I see one thing. Do you think that the structure can be the problem? I don't do the structure with the 3 folders(branch, trunk and tag). Do you think the structure can be the origin of the error? My Structure /var/svn/repository/ proj