* git-svn and subversion revprops
@ 2010-01-31 11:39 Eli Barzilay
2010-02-02 9:38 ` Eric Wong
0 siblings, 1 reply; 2+ messages in thread
From: Eli Barzilay @ 2010-01-31 11:39 UTC (permalink / raw)
To: git; +Cc: Eric Wong
[This is possible an RTFM -- but as much as I've been digging around,
I couldn't find anything about it.]
I'm trying to play with git-svn in a project that uses subversion, and
there's one feature that I'd like to have -- make git-svn specify some
revision properties (eg, the `--with-revprop' to `svn commit') that
will identify it as coming from git-svn.
The thing is that we have a continuous build server that runs a
complete build (and runs all tests) for every revision -- and I'm
trying to figure out a way to make it skip intermediate commits that
come from a git-svn. The simplest way to do that would be a way to
mark all git-svn revisions somehow, and I can later unmark the last
one in the chain so only that one will get built and tested. It would
be even more convenient if I have a way to control the revprops on the
last commit separately, so there's no additional step involved.
The only other alternative that I see is some wrapper around git-svn
that connects to some script that will run on the server before and
after dcommitting changes, and that script will do the necessary work.
Is there a way to specify hook scripts to run around a dcommit?
Actually, such hooks can also be used to lock the svn reposity while
git-svn is working -- I couldn't figure out what happens when there's
some commit that comes in while git-svn is running. My guess is
that it'll either get stuck and throw an error, or maybe try to
continue if possible. Such hooks could make that part more robust, as
well as guarantee that each batch of svn-git commits are always
together.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/ Maze is Life!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: git-svn and subversion revprops
2010-01-31 11:39 git-svn and subversion revprops Eli Barzilay
@ 2010-02-02 9:38 ` Eric Wong
0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2010-02-02 9:38 UTC (permalink / raw)
To: Eli Barzilay; +Cc: git
Eli Barzilay <eli@barzilay.org> wrote:
> [This is possible an RTFM -- but as much as I've been digging around,
> I couldn't find anything about it.]
>
> I'm trying to play with git-svn in a project that uses subversion, and
> there's one feature that I'd like to have -- make git-svn specify some
> revision properties (eg, the `--with-revprop' to `svn commit') that
> will identify it as coming from git-svn.
Hi, there's currently no way to commit revprops to svn with git svn.
> The thing is that we have a continuous build server that runs a
> complete build (and runs all tests) for every revision -- and I'm
> trying to figure out a way to make it skip intermediate commits that
> come from a git-svn. The simplest way to do that would be a way to
> mark all git-svn revisions somehow, and I can later unmark the last
> one in the chain so only that one will get built and tested. It would
> be even more convenient if I have a way to control the revprops on the
> last commit separately, so there's no additional step involved.
>
> The only other alternative that I see is some wrapper around git-svn
> that connects to some script that will run on the server before and
> after dcommitting changes, and that script will do the necessary work.
> Is there a way to specify hook scripts to run around a dcommit?
No, there are no hooks currently run directly by git svn. dcommit uses
git-rebase internally, so git-rebase can run the pre-rebase hook (never
tried it myself, though).
> Actually, such hooks can also be used to lock the svn reposity while
> git-svn is working -- I couldn't figure out what happens when there's
> some commit that comes in while git-svn is running. My guess is
> that it'll either get stuck and throw an error, or maybe try to
> continue if possible. Such hooks could make that part more robust, as
> well as guarantee that each batch of svn-git commits are always
> together.
Could be useful in some cases. I've never actually seen any project use
SVN locks, though, and had completely forgotten about them until now...
--
Eric Wong
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-02-02 9:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-31 11:39 git-svn and subversion revprops Eli Barzilay
2010-02-02 9:38 ` Eric Wong
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).