Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitup doesn't work with path containing colon #28

Closed
stefan-pdx opened this issue Jun 7, 2016 · 2 comments
Closed

Gitup doesn't work with path containing colon #28

stefan-pdx opened this issue Jun 7, 2016 · 2 comments

Comments

@stefan-pdx
Copy link

Hi,

This tool is great!

I'm currently using ghq to manage remote repositories. One of the repositories I have connects to Gitlab over HTTPs on a non-standard port (i.e., 4545) and thus I have a repository location of /Users/me/dev/src/path.to.server:4545/project/repo.

When adding this repository to gitup, I can verify that .config/gitup/config.ini has the line:

/Users/me/dev/src/path.to.server:4545/project/repo = repo

When Gitup attempts to update this repository, I get:

Error: /Users/me/dev/src/path.to.server doesn't exist!

Apparently the default delimiters that configparser use are both = and :, but can be changed. Can we look into configuring configparser to not use colons as a delimiter?

Thanks!

@earwig
Copy link
Owner

earwig commented Jun 7, 2016

We've already fixed this, but you need to use the version on develop at the moment. I'll make a formal release later.

@earwig earwig closed this as completed Jun 7, 2016
@stefan-pdx
Copy link
Author

Thanks for the quick response, @earwig!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants