Hi,

I'm moving my projects from svn.

With svn I use ssh and a svnserve wrapper like this one :

#!/bin/sh
umask 002
exec /usr/bin/svnserve "$@" -r /very/long/path/to/projets

So I can use URI like this one : svn co 
svn+ssh://[email protected]/my-super-project/trunk

How can I achieve the same behavior with git (i.e. something like git clone 
[email protected]:my-super-project) ?

Thanks for your coming answers :)

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to