Shawn,
Good news. Alex and I did some work last night and tried running
Cygwin + GIT (not the git mysys) and was able to get Repo working!
With Cygwin we used the default +
Net->curl,
Lib->libreadline5,
Python->python,
SSH,
Lib->libiconv
We were pretty excited! Anyway just wanted to share the good news
with you and anyone else that was trying to work in broken windows ;-)
--------
I get this error every once in a while when doing repo sync... but if
I run the command again it is fine. Not sure what's up there yet...
but I will continue to look at it :-)
[12:02:25 AM] youthenme: $ repo sync
Fetching projects: 66% (2/3) remote: Counting objects: 4, done.
remote: Compressing objects: 100% (3/3), done.
remote: Total 3 (delta 0), reused 0 (delta 0)
Unpacking objects: 100% (3/3), done.
From ssh://
cai...@ah-git.ptcnet.ptc.com/srv/git/playground-manifest
6d5a899..2769afe master -> origin/master
Fetching projects: 100% (3/3), done.
Updating 6d5a899..2769afe
Fast forward
cainteg-no-selenium.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
create mode 100755 cainteg-no-selenium.xml
Traceback (most recent call last):
File "/home/Ryan Alberts/test/.repo/repo/main.py", line 230, in
<module>
_Main(sys.argv[1:])
File "/home/Ryan Alberts/test/.repo/repo/main.py", line 214, in
_Main
repo._Run(argv)
File "/home/Ryan Alberts/test/.repo/repo/main.py", line 121, in _Run
cmd.Execute(copts, cargs)
File "/home/Ryan Alberts/test/.repo/repo/subcmds/sync.py", line 136,
in Execut
e
self._Fetch(*missing)
File "/home/Ryan Alberts/test/.repo/repo/subcmds/sync.py", line 84,
in _Fetch
pm.end()
File "/home/Ryan Alberts/test/.repo/repo/progress.py", line 39, in
end
p = (100 * self._done) / self._total
ZeroDivisionError: integer division or modulo by zero