Skip to content

gitify init fails on windows #9

@rnestler

Description

@rnestler

On windows gitify init fails with

Traceback (most recent call last):
  File "c:\Python27\Scripts\gitify-script.py", line 9, in <module>
    load_entry_point('git-svn-helpers==0.9', 'console_scripts', 'gitify')()
  File "C:\Python27\lib\site-packages\gitsvnhelpers\gitify.py", line 177, in __call__
    self.commands.get(command, self.unknown)()
  File "C:\Python27\lib\site-packages\gitsvnhelpers\gitify.py", line 69, in __call__
    os.chdir(config.GIT_CACHE + package_name)
WindowsError: [Error 2] The system cannot find the file specified: 'c:/Users/rnestler/.gitcache/$PWD'

It looks like utils.basename() is broken on windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions