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
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
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
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
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
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
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
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
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
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
10 matches
Mail list logo