[git-users] Re: git-svn - doesn't quite match svn head?

2011-05-20 Thread Thomas Ferris Nicolaisen
git clean -df There are a number of options in git that have to do with empty directories. Have a look at http://www.kernel.org/pub/software/scm/git/docs/git-svn.html and search for "empty dir". -- You received this message because you are subscribed to the Google Groups "Git for human being

Re: [git-users] Re: Enabling http access for a GIT repos

2011-05-20 Thread Blu Dragon
abase 6138 (20110520) __ The message was checked by ESET Smart Security. http://www.eset.com -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-users@googlegroups.com. To unsubsc

[git-users] git-svn - doesn't quite match svn head?

2011-05-20 Thread Andy
Hi, I've been happily using git-svn to access our central svn repository. I cloned using --stdlayout and so have the full history, branches, etc. Yesterday a major change occurred at the svn repository - it was decided to replace the current trunk with a release branch i.e. the trunk was renamed

[git-users] Re: Enabling http access for a GIT repos

2011-05-20 Thread Andy
On May 19, 5:47 am, Blu Dragon wrote: > On 05/19/11 00:32, Raviraj wrote: > Look into the smart http backend. I found it rather easy to get up and > running with just a little Google-ing. I've been trying to set this up using NGINX, without success! From the log files it appears that GIT is ret

[git-users] Re: How to install git-svn from source?

2011-05-20 Thread Thomas Ferris Nicolaisen
Hm, well this is a bit beyond me, I'm afraid. You could try asking at the main Git list: http://vger.kernel.org/vger-lists.html#git -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to git-users@googleg

[git-users] Re: How to install git-svn from source?

2011-05-20 Thread petter
On 20 Mai, 14:52, petter wrote: > It seems like my local perl installation uses the local DynaLoader.pm That should be: uses the system DynaLoad.pm -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to g

[git-users] Re: How to install git-svn from source?

2011-05-20 Thread petter
Unfortunately the git binary on the machine that I'm using does not have git-svn (e.g. SVN/Core.pm and friends). I already tried to install binaries, but got all sorts of .so version mismatch errors. Hence I tried to go the source route. If you know a git-svn binary which works with perl v5.8.5 an

[git-users] Re: How to install git-svn from source?

2011-05-20 Thread Thomas Ferris Nicolaisen
You don't need to build git from source. There are plenty of ready binaries around. Just pick your platform in http://git-scm.com/download As far as I know, git-svn are included in most binaries. If you still have problems, let us know which platform you're on (Windows, Linux or OS X). If you

[git-users] How to install git-svn from source?

2011-05-20 Thread petter
Where can I find instructions on how to build a recent version of git- svn from source without the full apache back-end in svn? I just want to build git so I can use "git svn clone", "git svn rebase" and "git svn dcommit". Searching on google gives me zillions of hits on how to use git-svn or inst