~/archives/svn.code.sf.net:fteqw$ git pull -u
fatal: No remote repository specified. Please, specify either a URL or a
remote name from which new revisions should be fetched.
~/archives/svn.code.sf.net:fteqw$ git svn fetch
~/archives/svn.code.sf.net:fteqw$
"git svn fetch" seems to be what I want instead. This requires me to know what kind of repo is inside a directory so I should probably do something smart...
~/archives/svn.code.sf.net:fteqw$ git pull -u fatal: No remote repository specified. Please, specify either a URL or a remote name from which new revisions should be fetched. ~/archives/svn.code.sf.net:fteqw$ git svn fetch ~/archives/svn.code.sf.net:fteqw$
"git svn fetch" seems to be what I want instead. This requires me to know what kind of repo is inside a directory so I should probably do something smart...