On Wed, Sep 16, 2009 at 4:02 AM, David Fraser <davidf@xxxxxxxxxx> wrote: > This basically stores an attribute 'svn-properties' for each file that needs them changed, and then sets the properties when committing. > > Issues remaining: > * The way it edits the .gitattributes file is suboptimal - it just appends to the end the latest version > * It could use the existing code to get the current svn properties to see if properties need to be changed; but this doesn't work on add > * It would be better to cache all the svn properties locally - this could be done automatically in .gitattributes but I'm not sure everyone would want this, etc > * No support for deleting properties > > Usage is: > git svn propset PROPNAME PROPVALUE PATH > > Added minimal documentation for git-svn propset > > Signed-off-by: David Fraser <davidf@xxxxxxxxxx> > --- > Documentation/git-svn.txt | 5 ++ > git-svn.perl | 95 ++++++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 99 insertions(+), 1 deletions(-) > David, please read this, line 28: http://git.kernel.org/?p=git/git.git;a=blob;f=Documentation/SubmittingPatches;h=76fc84d8780762e083cd4ca584b9d783b8c0cd81;hb=HEAD Patches need to be send as plain text, not attached. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html