Package: git-svn Version: 1.7.3 Hi, When I execute git svn clone with parameter "--stdlayout" i get the error "fatal: refs/remotes/trunk: not a valid SHA1"
When I execute without "--stdlayout" everything works as expected as described in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572847 ----------------------- Reproduction this works ok. git svn clone svn://localhost/MyPrj MyPrj --username=MyUserName this causes the error (I added "--stdlayout") git svn clone svn://localhost/MyPrj MyPrj --stdlayout --username=MyUserName last line of error output … M Wiki/MyPrj_wiki/MyPrjHistory.wiki W: -empty_dir: MyPrjAll/trunc/MyPrjGui/DotNet11MainMenu.cs r141 = ad4166b68d89c4b795fb74a4fc09168160b2f60e (refs/remotes/tags/lastguimonolit_071...@142) W: +empty_dir: MyPrjAll/trunc/MyPrj.Gui r142 = 0decd283bb36f9296172970eeab377b6f93777ba (refs/remotes/tags/lastguimonolit_071...@142) Found branch parent: (refs/remotes/tags/LastGuiMonolit_071207) 0decd283bb36f9296172970eeab377b6f93777ba Following parent with do_switch Successfully followed parent r143 = a4861b50a5f1c067210b30951dc06012a7d2da25 (refs/remotes/tags/LastGuiMonolit_071207) fatal: refs/remotes/trunk: not a valid SHA1 update-ref refs/heads/master refs/remotes/trunk: command returned error: 128 ----------------------- i am using ms windows7 (64bit-German) local git version 1.7.3.1.msysgit.0 (portable) and local svnserve.exe, version 1.6.0 (r36650) running as local demon, working with a plain file (FSFS) repository. ----------------------- note: although i am using ms-windows7 i mailed this report to the debian mailing-list because i think that http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572847 has solved most but not all problems(I used slightly different commandline parameter) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

