Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Support for repositories accessible via SSH. #20

Closed
wants to merge 2 commits into from

Conversation

richsage
Copy link

This commit adds the ability to use repositories accessible via SSH eg git@example.com:username/repo.git. The previous Project class incarnation would split on the '@' symbol which made these repositories inaccessible. I've added an intermediate "HTTPProject" class, which adds the previously expected behaviour when setting a repository via the Project class.

@vslinko
Copy link

vslinko commented Nov 1, 2011

Plus one!

@havvg
Copy link
Contributor

havvg commented Feb 24, 2012

I don't like the way it's done. It breaks all existing installations due to the removal in Sismo\Project.

@richsage
Copy link
Author

@havvg mmm, yeah it probably needs some revisiting, being as Sismo has now been publically available 11 months ;-) I'll see if I can work on a better implementation.

@cordoval
Copy link
Contributor

+1

@havvg havvg mentioned this pull request Apr 19, 2012
fabpot added a commit that referenced this pull request Apr 19, 2012
Commits
-------

9843a31 add SSHProject

Discussion
----------

add SSHProject

see #49 and #20
@lyrixx
Copy link
Member

lyrixx commented Sep 28, 2012

@richsage Hello, what is the state of this PR. see #62.

@richsage
Copy link
Author

@lyrixx I didn't notice #62 come in - looks like this is redundant :-)

@richsage richsage closed this Sep 30, 2012
@lyrixx
Copy link
Member

lyrixx commented Sep 30, 2012

@richsage Thanks ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
5 participants