Re: Check-in all files at a time?

2011-11-06 Thread Ludovic Lambert
Hi Yerra, SVN encourages users to commit consistent sets of modified files (change sets) by the simple fact it's revision centric. The basic workflow is : 1. Do some changes (a consistent change set can contain a single file as well as multiple files) 2. Test the changes 3. Commit the changes (cre

Check-in all files at a time?

2011-11-06 Thread yerra babji
Hi, Is there any way to mandate svn users to check in all the files they modified? ( Some times they don't want to check-in some files in that case they can revert those files and check all the required files) I came across concept of change set to check-in multiple files as a bundle( at a

Re: Failure using "svn patch" with Git patch that adds files. Wrong path is used.

2011-11-06 Thread Nico Kadel-Garcia
On Sun, Nov 6, 2011 at 10:28 AM, Stefan Sperling wrote: > On Sun, Nov 06, 2011 at 08:56:34AM -0500, Nico Kadel-Garcia wrote: >> Stefan, if I may suggest, special-casing file names is leaving trouble >> lying in wait. > > Doing so was apparently git's idea, not ours. Writing tools to translate bet

Re: Wrong status after delete on directory

2011-11-06 Thread Balogh Péter
Hi Mike, Thanks for the heads up :) Best regards, Peter Balogh On 2011.11.06. 20:54, Mark Phippard wrote: On Sun, Nov 6, 2011 at 2:15 PM, Peter Balogh > wrote: Hi, I'm not sure if it's the right list for this problem, or if it's an already submitte

Re: Wrong status after delete on directory

2011-11-06 Thread Mark Phippard
On Sun, Nov 6, 2011 at 2:15 PM, Peter Balogh wrote: > Hi, > > I'm not sure if it's the right list for this problem, or if it's an > already submitted issue. > I'm using the javahl binding to handle our svn commands. > Since I've updated for 1.7 (I've tried it with 1.7.1 too) I have a wired > error

Subversion 1.7.1 Migration

2011-11-06 Thread PR
Hello, Thanks to some very great suggestions \ help from the nice folks on the mailing list, I have migrated our 550 odd repositories from 1.4.6 to 1.7.1 Now I am looking for some more direction... Here is the scenario 1/ Supporting 800 + developers mostly on rhel unix clients located at various

Wrong status after delete on directory

2011-11-06 Thread Peter Balogh
Hi, I'm not sure if it's the right list for this problem, or if it's an already submitted issue. I'm using the javahl binding to handle our svn commands. Since I've updated for 1.7 (I've tried it with 1.7.1 too) I have a wired error if I delete a directory. After deleting, committing a directo

Re: Error during large checkouts with serf

2011-11-06 Thread Daniel Shahaf
I don't recall seeing this error message reported before. When the error message says "your host machine" does it refer to your workstation? If so have you tried another workstation (running a different OS or OS version if possible)? James Chan wrote on Thu, Nov 03, 2011 at 17:40:26 -0700: > I h

Re: Failure using "svn patch" with Git patch that adds files. Wrong path is used.

2011-11-06 Thread Stefan Sperling
On Sun, Nov 06, 2011 at 08:56:34AM -0500, Nico Kadel-Garcia wrote: > Stefan, if I may suggest, special-casing file names is leaving trouble > lying in wait. Doing so was apparently git's idea, not ours. > It would be safer to handle it via special file types. > /dev/null is a "character special"

Re: Failure using "svn patch" with Git patch that adds files. Wrong path is used.

2011-11-06 Thread Nico Kadel-Garcia
On Sat, Nov 5, 2011 at 1:58 PM, Stefan Sperling wrote: > On Sat, Nov 05, 2011 at 04:37:03PM +0100, Stefan Sperling wrote: >>     Currently, "/dev/null" is not special-cased (it is most certainly >>     special-cased in git), which causes one of the problem where a file >>     is added with a wrong