← Back to team overview

widelands-dev team mailing list archive

[Bug 535271] Re: revision detection on macosx broken

 

running svk asks a question which is not shown on stdout. This is why it
seems to run forever. One quickfix is to run svk co -l once and allow it
to create its directory.

The proper fix for this is off course to remove svk support from scons.
With bzr there is no more need for svk. I would leave git support
though, because maybe some developer likes to use git instead of bzr
(there exist bridges between them). svk and svn is dead though.

We should start using these tags. There are mighty useful ;).

** Changed in: widelands
       Status: New => Confirmed

** Changed in: widelands
   Importance: Undecided => High

** Changed in: widelands
   Importance: High => Medium

** Tags added: buildsystem scons

-- 
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: Confirmed

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