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

Re: Usability Inconsistencies: Delete, Commit

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-04-25 16:57:32 CEST

On 4/25/07, Anthony <tortoisesvn@gray-team.com> wrote:
> I find a few inconsistencies in behavior. It is not so
> much bug, but rather usability that makes things confusing
> at times.
>
> 1-When deleting folders (svn Delete), it leaves the folder
> in place, and marks it with a red X until commit. This is
> good and I like it because it is easy to visually see.
> BUT, what I find inconsistent is for files, it removes
> them from explorer. You can no longer see them. Why is
> like this? I think it would be much better to have the
> files stay in place with a red X to show it will be
> deleted (just like folders). Is there any reason the
> deletes on folders is differnet then on files? By removing
> the files, it becomes more confusing when performig a move
> because the user sees the add, but not the deleted file.
> If possible, I would much prefer to have these act the
> same way (with red X).

It's actually the Subversion libraries doing this. I just tested using
svn 1.4.0 on my command-line and got the following results:

svn rm <filename> - file doesn't appear in the listing from dir
svn rm <directory> - directory appears in the parent directory's
listing using dir

I have a guess as to why this is, but it's pretty weak so I'm not
going to throw it out here just yet.

But it's not a TSVN issue, it's core Subversion behavior.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Apr 25 16:57:46 2007

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

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