My project is setting up using git and upload to svn. However, i forgot what is the svn repository url that is configured with my project. Is there a command line to show that information?

Thanks,

link|improve this question

67% accept rate
feedback

1 Answer

up vote 5 down vote accepted

git svn info

That should do the trick

link|improve this answer
Thanks that works – Sean Nguyen Dec 2 '10 at 20:55
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.