* svn propset
@ 2010-09-15 1:00 Ramana Kumar
0 siblings, 0 replies; 3+ messages in thread
From: Ramana Kumar @ 2010-09-15 1:00 UTC (permalink / raw)
To: git
Whatever happened to manually setting properties with git svn?
I couldn't find any replies to David Fraser's patch
(http://marc.info/?l=git&m=125259772625008)
In line with the current special treatment of certain properties
(ignore, externals, and executable), perhaps we could have a command
just for setting svn:ignore appropriately. Automatically keeping the
svn:ignores in sync with .git/info/exclude would be _very_ helpful for
me, but I imagine that would be a lot of work to code up (and I
wouldn't want to do that, not knowing perl very well). Simply
extending the svn:ignore property manually on some paths would also be
quite helpful, and may be doable working from the patch above.
Is there any interest or further information from the list readers on this?
^ permalink raw reply [flat|nested] 3+ messages in thread
* svn propset
@ 2010-09-15 18:52 schachtobi
2010-09-29 8:12 ` svn propset - focus on svn:externals Andreas Stricker
0 siblings, 1 reply; 3+ messages in thread
From: schachtobi @ 2010-09-15 18:52 UTC (permalink / raw)
To: git
In response to Ramana,
you talked about the svn:ignore property and suggested to have a special
command to set this property. But I think first it could be done
automatically using the semantics git allready has and second there are
other properties that could be treated the same way:
* svn:mime-type
* svn:ignore
* svn:keywords (is there something like this in git?)
* svn:externals (not yet supported? Found nothing so far)
except solutions here:
http://panthersoftware.com/articles/view/3/svn-s-svn-externals-to-git-s-submodule-for-rails-plugins
but this is not the same since the client has to setup the links,
repositories etc. And they do not come automatically as in subversion.
I guess submodules is the proper replacement. But still having the
svn:externals from a pull this could be done automatically without the
need for scripting. And the dcommit should also work for the submodules.
* svn:bugtraq*
* svn:mergeinfo
for me the svn:merginfo and the svn:externals would be most benifitial
since our team uses this a lot and without being able to set those from
git it will be not possible for me to use git for a svn client to do the
merges.
So are there plans or updates to the problems I have encountered?
Thanks!
regards,
Tobias
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: svn propset - focus on svn:externals
2010-09-15 18:52 svn propset schachtobi
@ 2010-09-29 8:12 ` Andreas Stricker
0 siblings, 0 replies; 3+ messages in thread
From: Andreas Stricker @ 2010-09-29 8:12 UTC (permalink / raw)
To: schachtobi; +Cc: git
[-- Attachment #1: Type: text/plain, Size: 1681 bytes --]
schachtobi wrote:
> * svn:externals (not yet supported? Found nothing so far)
> except solutions here:
>
http://panthersoftware.com/articles/view/3/svn-s-svn-externals-to-git-s-submodule-for-rails-plugins
> but this is not the same since the client has to setup the links,
> repositories etc. And they do not come automatically as in subversion.
Then there is also the git-svn-clone-externals [1]
> I guess submodules is the proper replacement. But still having the
> svn:externals from a pull this could be done automatically without the
> need for scripting. And the dcommit should also work for the submodules.
Git submodules could help here, but I doubt there is a full automated
solution that will work in all circumstances. Here at work we have an
excessive use of svn:externals that points diagonally through the whole
repository.
> for me the svn:merginfo and the svn:externals would be most benifitial
> since our team uses this a lot and without being able to set those from
> git it will be not possible for me to use git for a svn client to do the
> merges.
For me the support for the new svn:externals syntax [2] would be a first
huge step forwards. With the proper support for the new syntax I may use
the git-svn-clone-externals [1] to fetch the externals.
I started to extend git-svn to support those new syntax and pushed
it to github [3] for those who are interested. I'm a bit busy at the
moment, but like to continue this work.
Regards, Andy
[1] http://github.com/andrep/git-svn-clone-externals
[2] http://subversion.apache.org/docs/release-notes/1.5.html#externals
[3] http://github.com/AndyStricker/git#
[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4722 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-29 8:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-15 18:52 svn propset schachtobi
2010-09-29 8:12 ` svn propset - focus on svn:externals Andreas Stricker
-- strict thread matches above, loose matches on Subject: below --
2010-09-15 1:00 svn propset Ramana Kumar
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).