widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #00067
[Bug 535271] Re: revision detection on macosx broken
Fix committed in rev 5017 (trunk) and 5006 (build15)
--
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: Fix Committed
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.
References