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

[TSVN] Check for Mods display of "added" status re properties

From: Jens Scheidtmann <Jens.Scheidtmann_at_bayerbbs.com>
Date: 2005-09-07 13:28:33 CEST

Dear developers,

Let's have a look at (t)svn's display of added files, which also have
properties set:

$ svn --version
svn, Version 1.2.0 (r14790)

$ svn proplist Test.txt
Properties on 'Test.txt':
  svn:needs-lock

$ svn st
A Test.txt

so svn does not display anything about the status of the properties
for added files.

In tsvn (r4295), "check for modifications" displays:

File | Text Status | Property Status | ...
-------------------------------------------------
Test.txt | added | |

which suggests that no properties have been added, which struck me in
the following use case:

1. Add new file (a.txt) to svn, using tsvn -> add
2. Edit Subversion Properties of a.txt, add svn:needs-lock property.
3. Open tsvn->check for modifications to see if operation succeeded,

Would it be possible to display instead:

File | Text Status | Property Status | ...
-------------------------------------------------
Test.txt | added | added |

or would this be a regression too far from svn?

TIA,

Jens

-- 
Jens.Scheidtmann@bayerbbs.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Sep 7 13:29:08 2005

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

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