Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Verbose output of git svn

Can someone tell me - is where are way to get verbose output from git svn fetch?

If i try to run:

git svn fetch --verbose / git svn fetch --v

I receive:

Unknown option: verbose/ Unknown option: v

Cant find anything about this problem on the web, git svn version:

git-svn version 2.6.4 (svn 1.9.4)

My task is to find out is where are any new commits i get from fetch. With git fetch -v - i can check is where are new commits, can i do same thing with svn?

Or maybe i can use some other git svn command to understand is where are any new commits on remote?

like image 205
Vova Avatar asked Jan 28 '26 00:01

Vova


1 Answers

git svn fetch is not support --verbose option. It seems you wan to find where the remote is located.

You can find the remote svn location (URL) in .git/svn/.metadata or .git/config file.

like image 63
Marina Liu Avatar answered Jan 29 '26 17:01

Marina Liu



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!