SpiritQuaddicted / quake-code-archives

Regular archiving of publically available source code repositories
GNU General Public License v3.0
13 stars 2 forks source link

Updating git-svn repos fails #1

Closed SpiritQuaddicted closed 10 years ago

SpiritQuaddicted commented 10 years ago

~/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...

SpiritQuaddicted commented 10 years ago

The workaround of simply brute force trying both git and svn in each directory is good enough(tm). :)