the way to go is to remove svn & svk support from *both*
detect_revisions script.
** Changed in: widelands
Status: Confirmed => Triaged
--
revision detection on macosx broken
https://bugs.launchpad.net/bugs/535271
You received this bug notification because you are a member of Widelands
Developers, which is subscribed to widelands.
Status in Widelands: Triaged
Bug description:
user aber wrote in irc:
is_svk_workdir = os.system('svk co -l|grep '+cwd+' >/dev/null 2>&1')==0,
seems to run forever (without returning an answer)
if he changes it to
is_svk_workdir = False
everything works fine.
_______________________________________________
Mailing list: https://launchpad.net/~widelands-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~widelands-dev
More help : https://help.launchpad.net/ListHelp