Bug - Fixed svn checkout creates weird name for subproject on sourceforge

Bale

Minion
On sourceforge you can create a subproject under a project. That works oddly if you svn checkout in KoLmafia.

> svn checkout https://svn.code.sf.net/p/bale-relay/desc/code/

Validating repo...
Repo validated.
C:\Documents and Settings\David\My Documents\Dropbox\KolMafia\svn\a2150888-6475-4e7c-be98-6325ca25f9d0
At revision 0

Successfully checked out working copy.
Done.

> svn list

a2150888-6475-4e7c-be98-6325ca25f9d0
bale-relay-desc_wikiLinks
bale-relay-Monster_Manuel_Improvement
bumcheekascend-snapshot
mafia-ocd
mafiachit

Obviously you'd have to fix the regexp... maybe just " /p/(.*?)/code/" ? Any other ideas?
 

roippi

Developer
I didn't know you could do that, huh. I thought it had to be ../bale-relay/code/desc/. Is that a web-configurable thing?
 
Top