On Monday, December 30, 2013 11:21:54 AM UTC+1, Алексей Яблоков wrote:
>
> Hi!
>
> I have two assumptions:
>
>    1. It takes SVN revisions without corresponding Git commit (by 
>    gin-svn-id).
>    2. It takes SVN revisions upwards Git branch refs/remotes/git-svnpoints to.
>
> That do you think?
>
I believe the information of what is already fetched is stored 
in .git/svn/refs/remotes/[svn remote name/[ref-name]/ - there's a log file, 
and a .rev_map file (binary) that I imagine contains the information. I 
think they recently updated the git svn docs to explain more about this.

If the information is not found there, it will be reconstructed using the 
git-svn-id's in the log (unless the repo was initialized with 
--no-metadata). 

 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to