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

Re: svnfs

From: Paul Querna <chip_at_force-elite.com>
Date: 2004-10-08 20:18:35 CEST

Archie Cobbs wrote:
>>% diff -u main.C main.C@123 # like 'svn diff -r 123 main.C'
>
>
> This implies every revision foo@NNN appears in the directory.. ?
> Might get crowded... maybe put them in a .revisions subdirectory?
>
> Where do properties appear? You could create a ".properties" subdirectory.

See Reiser 4. Files are directories.

eg: diff -u main.C main.C/r/123

Or to access properties

cat main.C/p/svn-eolstyle
echo "foobar" > main.C/p/my-property

It seems that it would be best to follow that model, since a major
filesystem is already going that route.

-Paul Querna

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 8 20:18:45 2004

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

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