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

Re: How Subversion drove me to shoot myself in the foot.

From: Russ <rsivak_at_istandfor.com>
Date: 2006-04-19 15:59:50 CEST

Correct me if I'm wrong, but doesn't the tourtoisesvn client allow you to commit deletions to the repository? I know its not command line, and its windows only, but I was under the impression that its just a frontend to the svn command line tool, and doesn't add any extra functionality...
Sent wirelessly via BlackBerry from T-Mobile.

-----Original Message-----
From: Marc Haisenko <haisenko@comdasys.com>
Date: Tue, 18 Apr 2006 18:34:57
To:users@subversion.tigris.org
Subject: Re: How Subversion drove me to shoot myself in the foot.

On Monday 17 April 2006 22:51, Michael Goetze wrote:
> So please, make "svn commit" do something smart when it notices that
> added files aren't there anymore, because this really sucks.

Problem is: define "smart" in this context. SVN can't do anything about
missing files, it needs the user to resolve the problem by either re-adding
the file (I mean: copy a real file at the place SVN expects it because you
told it so with an "svn add" earlier) or by reverting the addition (with "svn
revert").

There's nothing that can be done automatically that would always be "right":
if you commit without the files it would be wrong, as the commit would
probably be broken (imagine missing source code files that are required by
the other files you've checked in). That's why SVN just aborts and screams
for help.

The SVN client *could* ask whether to commit without the files but I feel this
would be a bad idea since too often users would simply type "Y" and then
complain about the caused problem later. Users normally don't read error
messages unless they're forced to; to most users questions like "Do you want
me to do XYZ: Y/N" appears as "Do you want this error message to just
disappear: Y/N", so the error message doesn't really reach the brain when the
error messages disappears by simply pressing "Y". That's a regular problem
with security and usability.

C'ya,
        Marc

-- 
Marc Haisenko
Comdasys AG
Rüdesheimer Straße 7
D-80686 München
Tel:   +49 (0)89 - 548 43 33 0
Fax:   +49 (0)89 - 548 43 33 29
e-mail: haisenko@comdasys.com
http://www.comdasys.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 19 15:59:50 2006

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.