widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #00044
[Bug 535271] [NEW] revision detection on macosx broken
Public bug reported:
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.
** Affects: widelands
Importance: Undecided
Status: New
--
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: New
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.
Follow ups
References