Re: Updating the WC from an non svn directory

2011-04-14 Thread Peter@locotel
Dear Ryan, thank u ever so much for your educated answer. I have to go through the material you sent me and apply to our development team. We have been using a backup like procedure till today which has become unmanageable, as projects grow. I hope that subversion will provide a traceable method

Re: Updating the WC from an non svn directory

2011-04-14 Thread Ryan Schmidt
On Apr 14, 2011, at 01:12, Peter@locotel wrote: Dear Ryan, thank u ever so much for your educated answer. I have to go through the material you sent me and apply to our development team. We have been using a backup like procedure till today which has become unmanageable, as projects grow.

duplicate merge conflict

2011-04-14 Thread Daniel Walter
When I merge changes in SVN, the merges work well except for the conflicts. For some reason, the merges are frequently (but not always done twice). As an example: .working .working const int SERIALIZE_FIELDS_DATA_LENGTH = 83; === const int SERIALIZE_FIELDS_DATA_LENGTH = 91;

Re: Building issue.

2011-04-14 Thread Gavin Beau Baumanis
Hi Daniel, by Using; make install; echo $? It does indeed exit with a 0. Thanks. I don;' know how - but I completely missed the subversion directory that was created! I possibly, simply, assumed it was from trunk. I can also confirm from a dev-point of view, That trunk passes all tests via

RE: duplicate merge conflict

2011-04-14 Thread Bob Archer
When I merge changes in SVN, the merges work well except for the conflicts.  For some reason, the merges are frequently (but not always done twice).  As an example: .working .working const int SERIALIZE_FIELDS_DATA_LENGTH = 83; === const int SERIALIZE_FIELDS_DATA_LENGTH = 91;

Re: svnsync error : Error while replaying commit

2011-04-14 Thread ankush chadha
Yes, that was the problem. After fixing the permissions, I initiated another mirror operation that was able to sync everything. The issue was that A had restricted access and a branch 'B' was created from A for public use. Since A was missing in the mirrored branch, the mirror operation

Massive file duplication with several working copies / which linux filesystem to use

2011-04-14 Thread Jan Dvorak
Hi all, We have 5 developers, each of them has a workspace on our linux workgroup server. The workspaces constist of working copies checked out from our SVN repository. The workspaces have grown rather big in our case, we have like 20 GB per developer. That's a 100 GB worth of working

Re: svnsync error : Error while replaying commit

2011-04-14 Thread Daniel Shahaf
It should work. Specifically, if you run svnsync using an authz-bound user, then you should just see adds-with-history converted into adds-without-history. I believe we have regression tests for such scenarios too. If you can reproduce this (have a minimal example), please file an issue, thanks.

Re: Massive file duplication with several working copies / which linux filesystem to use

2011-04-14 Thread Thorsten Schöning
Guten Tag Jan Dvorak, am Donnerstag, 14. April 2011 um 16:16 schrieben Sie: Which linux filesystem would you recommend? The only one I read of with deduplication was ZFS and KQ Infotech seems to provide a good implementation for Linux. http://www.kqinfotech.com/content.php?id=2 Mit

Re: svnsync error : Error while replaying commit

2011-04-14 Thread ankush chadha
Yeah, even I thought that the behavior should be same as you mentioned but I got svnsync: Error while replaying commit error during sync operation for that revision. When I checked the mirrored repository, A was missing which is correct as at that time A had restricted access. Branch

Re: Massive file duplication with several working copies / which linux filesystem to use

2011-04-14 Thread David Brodbeck
2011/4/14 Thorsten Schöning tschoen...@am-soft.de Guten Tag Jan Dvorak, am Donnerstag, 14. April 2011 um 16:16 schrieben Sie: Which linux filesystem would you recommend? The only one I read of with deduplication was ZFS and KQ Infotech seems to provide a good implementation for Linux.

Re: Massive file duplication with several working copies / which linux filesystem to use

2011-04-14 Thread Jan Dvorak
On 14.4.2011 21:17, David Brodbeck wrote: [...] Be careful with ZFS deduplication. It still has some issues. Memory usage for it is quite massive, I was prepared for that, yes. and there are cases of running a destroy operation on a deduped zpool taking literally days. I see, that's