You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Ph. Marek" <ph...@bmlv.gv.at> on 2005/04/27 10:57:40 UTC

[PATCH] meta-data-versioning for 1.2.0rc2

Hello everybody!

Here's an updated patch-set for 1.2.0rc2.

This set of patches allows versioning of modification date, 
owner, group, and unix-mode (permissions) for files and directories.

You can apply:
- escape-seq: allows use of \n, \r, \???, \x?? in the config file.
- dir-auto-props: see discussion at http://marc.theaimsgroup.com/?l=subversion-dev&m=111175371732265&w=2
  issue with example is at http://subversion.tigris.org/issues/show_bug.cgi?id=1989
  This patch needs escape-seq to be useful.
- owner-group-mode: versioning of the meta-data-properties (including mtime)
  see http://svn.collab.net/viewcvs/svn/branches/meta-data-versioning/README.TXT?view=markup
- The "complete"-patch has all of the above in one patch - 
  so don't apply the others when using this one.

I did a "make check CLEANUP=true FS_TYPE=fsfs" for the complete patch and 
found some small issues, which I'll try to address soon. (Volunteers wanted!)


Questions, remarks etc. please to dev@subversion.tigris.org with cc to me.



Regards,

Phil


ad00d1e131dc29e72bbc7865de6adff9  complete_svn1.2.0rc2.patch.gz
3b95792884373f13fa85b23cfc846536  dir-auto-props_svn1.2.0rc2.patch.gz
5ea0ae243221a78decc1aa8b9cf6d05f  escape-seq_svn1.2.0rc2.patch.gz
423dceb3993741557003778a4d4a5dd2  owner-group-mode_svn1.2.0rc2.patch.gz

Re: [PATCH] meta-data-versioning for 1.2.0rc2

Posted by kf...@collab.net.
"Ph. Marek" <ph...@bmlv.gv.at> writes:
> But to be honest, I have a slight feeling of standing alone in a desert with 
> the users wanting/needing these feature creeping up behind me (if you 
> understand what I mean - see 
> http://marc.theaimsgroup.com/?l=subversion-dev&m=111454604801106&w=2 for 
> John's rant :-)
> I see some need for this (just looking into my inbox), and I have the feeling 
> that nobody's really interested.
> Of course, it wasn't done in concordance with the developers wishes - but 
> getting no advice I did it the way I could.

I think your interpretation is correct: no developers (or anyway, no
committers) are interested.  It's nothing personal, of course -- it's
just that the feature apparently isn't compelling to us.  Some of us
may even have said this explicitly when you started, if I recall
correctly, while others have said the same by their silence.

So, you are basically alone in a desert.  I believe that if some
committer wanted to take an interest in this work, they would have
done so by now.

The question for you, Philipp is: do you want to continue, knowing
this?  It's totally your call.  The changes you have made so far will
never be lost, since they're in the repository.  But I don't see any
sign that they will be integrated into the mainline.  (I'm happy to be
proven wrong, of course, just expressing my doubts of that happening.)
How you would like to deal with this situation is up to you.

Best,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] meta-data-versioning for 1.2.0rc2

Posted by "Ph. Marek" <ph...@bmlv.gv.at>.
On Wednesday 27 April 2005 18:43, Julian Foad wrote:
> Where are the log messages?
I knew that somebody would ask that :-)

IIRC
- dir-auto-props won't be merged because we don't know how we should handle
  svn:ignore (multiple pattern would require newlines), and
- escape-seq won't be merged because it still translates the complete file
  (which is cleaner IMO, and I didn't find a nice way to only change the
  auto-props).
- text-time and owner-group-mode still have their old log message; they got
  just a small bugfix for deleted directories - see revs 14462 and 14463.

So, I can repost the patches with log messages, no problem.


But to be honest, I have a slight feeling of standing alone in a desert with 
the users wanting/needing these feature creeping up behind me (if you 
understand what I mean - see 
http://marc.theaimsgroup.com/?l=subversion-dev&m=111454604801106&w=2 for 
John's rant :-)
I see some need for this (just looking into my inbox), and I have the feeling 
that nobody's really interested.
Of course, it wasn't done in concordance with the developers wishes - but 
getting no advice I did it the way I could.

Sorry for pestering.


Regards,

Phil

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] meta-data-versioning for 1.2.0rc2

Posted by Julian Foad <ju...@btopenworld.com>.
Ph. Marek wrote:
> Here's an updated patch-set for 1.2.0rc2.
[...]
> Questions, remarks etc. please to dev@subversion.tigris.org with cc to me.

Where are the log messages?

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org