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

Re: versioned archiving with file metadata using svn (asvn-like)

From: Ph. Marek <philipp.marek_at_bmlv.gv.at>
Date: 2005-12-20 07:52:30 CET

On Monday 19 December 2005 20:48, Gunter Ohrner wrote:
> I would like to use svn for storing directory trees where file metadata
> like access permissions and mtimes matter.
...
> I searched the web and newsgroups high and low but wasn't able to find
> anything better than asvn.
Did you search the mailing-list?

> asvn does its job (after I fixed the quoting which made managing of files
> with spaces impossible), but it takes ages for spawning tons of
> subprocesses for each and every file in the tree and it doesn't rescue any
> file time stamps...
You need the meta-data branch for that.

See http://svn.collab.net/viewcvs/svn/branches/meta-data-versioning/ for
the branch; but beware, this is just the *modification* needed.
They should be applied to a current version of subversion.

So I'd suggest you get a current patch by something like
        svn diff -r 13256:HEAD
https://svn.collab.net/repos/svn/branches/meta-data-versioning/owner-group-mode > /tmp/meta-data.patch
and use this patch to update your subversion source.

Or, if you're compiling a checkout of subversion, you can use "svn merge".

Depending on your exact needs fsvs might be better suited (fsvs.tigris.org,
still in heavy development).

Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 20 07:56:38 2005

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.