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

2012-03-14 Thread Simon Dean
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: 14 March 2012 10:46 > To: 'David Weintraub'; Simon Dean > Cc: 'Nico Kadel-Garcia'; 'Les Mikesell'; 'Andreas Krey'; 'Giulio Troccoli'; > users@s

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

2012-03-12 Thread Simon Dean
> -Original Message- > From: Simon Dean > Sent: 12 March 2012 17:05 > To: 'David Weintraub'; Nico Kadel-Garcia > Cc: Les Mikesell; Andreas Krey; Giulio Troccoli; users@subversion.apache.org > Subject: RE: Feature request - SVN command to clean a working copy of all &

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

2012-03-12 Thread Simon Dean
rised how many unversioned files creep into a CI build when all you're relying on is the build script's "clean" task > -Original Message- > From: David Weintraub [mailto:qazw...@gmail.com] > Sent: 12 March 2012 16:33 > To: Nico Kadel-Garcia > Cc: Les Mi

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

2012-03-09 Thread Simon Dean
> -Original Message- > From: Giulio Troccoli [mailto:giulio.trocc...@mediatelgroup.co.uk] > So the CI would rely on another piece of software, SVN in this case, to know > what it has created in terms of files. Well, it doesn't seem right to me. With TortoiseSVN providing this functionality

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

2012-03-09 Thread Simon Dean
> From: Giulio Troccoli [mailto:giulio.trocc...@mediatelgroup.co.uk] > > Why would the CI implement a different solution for each VCS? Those, I > understand, are files created during the build process, they have got nothing > to do with SVN or any other VCS. And it's not a SVN specific implementat

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

2012-03-09 Thread Simon Dean
> From: Bob Archer [mailto:bob.arc...@amsi.com] > > FYI: If you are on windows the TortoiseSVN client's "Clean up" function > allows you to delete unversioned and ignored files if you want. Also, it > allows > you to revert all changes when you clean up as well. > > BOb > TortoiseSVN feature i

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

2012-03-09 Thread Simon Dean
> From: Giulio Troccoli [mailto:giulio.trocc...@mediatelgroup.co.uk] > > Sorry, but to me this has got nothing to do with Subversion. Your CI > tool is should clean up itself. > > Having said that, if someone wants to implement such feature I don't > think I would have anything against it. But I

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

2012-03-09 Thread Simon Dean
) else ( echo deleting unversioned file "%%j" attrib -h "%%j" del /f "%%j" ) ) ) A possible command line syntax might look something