Re: [PATCH 1/5] Add a generic tree traversal to fetch SVN properties.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Benoit SIGOURE <tsuna@...>
Cc: <git@...>
Date: Tuesday, October 16, 2007 - 5:55 am

Benoit SIGOURE <tsuna@lrde.epita.fr> wrote:

Ah.  I've actually wanted something like `svn info` or `git-svn
rev-parse` myself for a while, but haven't gotten to implementing it
myself, either.  Something that could easily give me the current URL of
a repo, or the URL of any path in a repo

	$ git svn info --remote-url local/path.c
	=> https://example.com/svn/trunk/local/path.c

	$ git svn info --url
	=> https://example.com/svn/trunk

I think there was other functionality that I've wanted in the past
but have forgotten at the moment.  I need to sleep, badly :x


Yes.  I'm alright with the direct SVN repo code for now, and we can do
unhandled.log later since it's more things to do.


Yes, please.  Thanks.

-- 
Eric Wong
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 2/5] Implement git svn create-ignore., Benoit Sigoure, (Mon Oct 15, 11:35 am)
[PATCH 3/5] Add git svn propget., Benoit Sigoure, (Mon Oct 15, 11:35 am)
Re: [PATCH 1/5] Add a generic tree traversal to fetch SVN pr..., Eric Wong, (Tue Oct 16, 5:55 am)