Here´s my problem. I manage a git server with gitolite. I want to access this server using git or svn commands, the clients don´t even need to know whether that´s a git or svn server.
When accessing the server from svn I use user authentication (with the files authz, passwd and svnserve, adn then runnig svnserve), and when accessing from git, I use user authentication with public keys (just like gitolite manage this). The server works under RHEL6.
Any Ideas? I´ve read a lot of information about using git-svn, but -according what I've read- the client should use some git-svn command, and I don't want this. I´ve read this thread Pushing an existing git repository to SVN , but I still dont know how to push/pull into/from the server, and make other operations.
Thanks a lot for your help.