Hi,

I am trying to setup stgit on Windows for a project at my new company that
has the development environment only on Windows. I installed Cygwin  and
installed stgit on Cygwin using "apt-cyg install stgit". Stg does work
(barely) in this environment, but I am facing a number of issues. I see
that any command that involves accessing the git is either taking a very
long time (in minutes) or fails with a message such as this:

$ stg refresh
Now at patch "profiler"
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
  File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/python2.7/site-packages/stgit/lib/git.py", line 582, in
__shutdown
    os.kill(p.pid(), signal.SIGTERM)
OSError: [Errno 3] No such process
Error in sys.exitfunc:
Traceback (most recent call last):
  File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
    func(*targs, **kargs)
  File "/usr/lib/python2.7/site-packages/stgit/lib/git.py", line 582, in
__shutdown
    os.kill(p.pid(), signal.SIGTERM)
OSError: [Errno 3] No such process
$

Commands that work on just the stgit stack and not involving git seem to be
working just fine, such as "stg series". Also, git itself is working just
fine from Cygwin.

Does anybody have any suggestions on:
1. Solving this issue.
2. Any other approach to using stgit on Windows.

Any help will be much appreciated.

Thanks,
Aneesh
_______________________________________________
stgit-users mailing list
[email protected]
https://mail.gna.org/listinfo/stgit-users

Reply via email to