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

Re: Feature request: Vizualization of 'fsvs' properties.

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 2 Sep 2008 20:47:29 +0200

On Wed, Aug 20, 2008 at 16:22, mmm4m5m <mmm4m5m_at_gmail.com> wrote:
> Feature request: Vizualization of 'fsvs' properties.
>
> http://fsvs.tigris.org/
> "It is a complete backup/restore/versioning tool for all files in a
> directory
> tree or whole filesystems, with a subversionTM repository as the
> backend.
> You may think of it as some kind of tar or rsync with versioned
> storage"
>
> Example how fsvs store meta data (like time, mode, owner, group):
>> $ svn proplist -v file://.../backup/fsvs/trunk/etc/adjtime
>> svn:text-time : 2008-08-12T13:36:21.000000Z
>> svn:unix-mode : 0644
>> svn:owner : 0 root
>> svn:group : 0 root

And with those properties, the fsvs project violates the Subversion guidelines.
If they want to use properties, they *must not* use svn: properties:
those are reserved for Subversion.

> There is no one GUI fsvs client.
>
> These properties are less or more official.

No, they can't be.

> Hope there'd "just" be a few columns more in the directory view (if
> any
> meta-data properties are set),... possibly a diff to the last values
> when
> looking at a certain revision (of a file or directory, or the log).
>
> Please, take a look:
> http://svn.collab.net/viewvc/svn/branches/meta-data-versioning/owner-group-mode/subversion/include/svn_props.h?r1=13200&r2=13261&pathrev=18079
> http://svn.collab.net/repos/svn/branches/meta-data-versioning/owner-group-mode/subversion/include/svn_props.h
> http://svn.haxx.se/dev/archive-2005-09/0392.shtml

Sorry, but TortoiseSVN is not a client for fsvs. And it will never be.
If you want an UI to show those properties, that's the job of a
separate client.
And as long as fsvs uses illegal properties, I won't even touch that project.

Stefan

-- 
 ___
 oo // \\ "De Chelonian Mobile"
 (_,\/ \_/ \ TortoiseSVN
 \ \_/_\_/> The coolest Interface to (Sub)Version Control
 /_/ \_\ http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-09-02 20:47:44 CEST

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.