[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: committing local deletions

From: Marc Haisenko <haisenko_at_comdasys.com>
Date: Wed, 9 Apr 2008 16:41:57 +0200

On Wednesday 09 April 2008, Ruslan Sivak wrote:
> Marc Haisenko wrote:
> > You need to "svn rm" them, otherwise SubVersion can't tell whether you
> > really want to delete those files or they are missing by accident.
> >
> > You can easily write a script that parses the output of "svn status" and
> > call "svn rm" on all files that were deleted on your filesystem (they
> > have the status "!"
> >
> > Bye,
> > Marc
>
> Perhaps easily on a *nix filesystem, I'm working with windows... Guess
> I'll have to install perl/python to get this to work?
>
> It's so easy in subclipse.. .You just go commit, select all files
> (including the deletions) and commit. Wish there was a --force option
> or something to svn that would commit local deletions.
>
> Russ

This should even be possible on Windows with vendor-provided tools. PowerShell
would of course propably be the best tool, but WSH or even normal batch
scripting might do the trick as well. (note that I fled from Windows about 9
years ago, so I might be wrong)
        Marc

-- 
Marc Haisenko
Comdasys AG
Rüdesheimer Str. 7
80686 München
Germany
Tel.: +49 (0)89 548 433 321
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-09 16:42:27 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.