Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-10 Thread Les Mikesell
On Fri, Mar 9, 2012 at 5:25 PM, Andreas Krey wrote: > > If you argue that a CI/XY tool should find out for itself what files are > not under svn control then one could argue analogously that it should > as well bypass svn for doing updates. :-) I'd argue that tools have no business removing any f

Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-10 Thread Andreas Krey
On Sat, 10 Mar 2012 10:47:55 +, Les Mikesell wrote: ... > I'd argue that tools have no business removing any files they didn't > create unless you name them explicitly. And that complicated things > that you want a CI to automate should be scripted with the script > managed in your VCS anyway

Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-10 Thread David Chapman
On 3/10/2012 12:13 PM, Andreas Krey wrote: On Sat, 10 Mar 2012 10:47:55 +, Les Mikesell wrote: ... I'd argue that tools have no business removing any files they didn't create unless you name them explicitly. And that complicated things that you want a CI to automate should be scripted with

path.c patch for recognizing CJK filename in OSX

2012-03-10 Thread crazia
The following patch enables 'svn command' to recognizing CJK filename correctly in OSX utf8_mac.diff Description: Binary data by Wolfgang cr. KO

Re: path.c patch for recognizing CJK filename in OSX

2012-03-10 Thread Ryan Schmidt
On Mar 10, 2012, at 01:31, crazia wrote: > The following patch enables 'svn command' to recognizing CJK filename > correctly in OSX > > What problem happens without this patch?

Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-10 Thread Les Mikesell
On Sat, Mar 10, 2012 at 2:13 PM, Andreas Krey wrote: >> > Except for the part where not everyone should be forced to reinvent > the wheel of 'put the sandbox in a pristine state' as in 'cd ..; > rm -r $sandboxname; svn checkout -r $rev $url $sandboxname', but more > efficiently and without hitting

Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-10 Thread Konstantin Kolinko
2012/3/9 Simon Dean : > Hi > > Are there any plans to add a command to SVN that cleans a working copy or > path of all unversioned and/or ignored files and directories? > > This is a very common need for automated Continuous Integration builds where > a working copy is reused for multiple runs of

Conflicting status report

2012-03-10 Thread nut
On doing an "svn status", I get a (sub-)directory listed with status "?", but the contents are not listed. When I try to add the directory, I get a message saying the directory is already under version control. But when I check out a fresh copy, that directory is not there. Clearly, I must have scr

Re: Conflicting status report

2012-03-10 Thread Konstantin Kolinko
2012/3/11 nut : > On doing an "svn status", I get a (sub-)directory listed with status > "?", but the contents are not listed. When I try to add the directory, > I get a message saying the directory is already under version control. > But when I check out a fresh copy, that directory is not there.

Re: Feature request - SVN command to clean a working copy of all unversioned and ignored files and directories

2012-03-10 Thread Nico Kadel-Garcia
On Sat, Mar 10, 2012 at 4:50 PM, Les Mikesell wrote: > On Sat, Mar 10, 2012 at 2:13 PM, Andreas Krey wrote: > >> > > Except for the part where not everyone should be forced to reinvent > > the wheel of 'put the sandbox in a pristine state' as in 'cd ..; > > rm -r $sandboxname; svn checkout -r $r