[git-users] gitk showing tags n instead of actual tags

2015-01-23 Thread gary lucas
See attachment, $ git version git version 1.9.5.msysgit.0 I'd like to be able to see the actual tags, this didn't happen under a previous version. Any ideas? -- You received this message because you are subscribed to the Google Groups Git for human beings group. To unsubscribe from this

[git-users] Namespaces, git-remote-ext and http

2015-01-23 Thread Thomas Schulte
Hello, I'm struggling with a repository that contains some namespaces. The following basically shows what I'm trying: --8-- $ git init --bare myrepo.git Initialized empty Git repository in d:/test/myrepo.git/ $ git clone myrepo.git/ Cloning into 'myrepo'... warning: You appear to have cloned

[git-users] Namespaces and HTTP

2015-01-23 Thread Thomas Schulte
Hello, Im struggling with a repository that contains some namespaces. The following basically shows what Im trying: --8-- git init --bare myrepo.git Initialized empty Git repository in d:/test/myrepo.git/ git clone myrepo.git/ Cloning into myrepo... warning: You appear to have cloned an

[git-users] Re: Path nomenclature in Git

2015-01-23 Thread Rick Umali
Hi John, On Wednesday, January 21, 2015, John McWilliam wrote: 1. I am a total beginner here and am constantly seeing referals to ~/FileName This is obviously shorthand for something but what? Is it the location of the Git program directory or perhaps my working tree. How can I define

[git-users] Re: git svn fails to dcommit multiple commits

2015-01-23 Thread Thomas Ferris Nicolaisen
On Thursday, January 22, 2015 at 2:02:26 PM UTC+1, Bicen Zhu wrote: Hi All, I have met the exactly same problem as describled at http://stackoverflow.com/questions/4238876/git-svn-fails-to-dcommit-even-after-clean-checkout But the question was asked 4 years ago, the answer was related http

[git-users] Re: git svn fails to dcommit multiple commits

2015-01-23 Thread Thomas Ferris Nicolaisen
On Thursday, January 22, 2015 at 2:02:26 PM UTC+1, Bicen Zhu wrote: Hi All, I have met the exactly same problem as describled at http://stackoverflow.com/questions/4238876/git-svn-fails-to-dcommit-even-after-clean-checkout

Re: [git-users] Best practices: Derived Files

2015-01-23 Thread Mark Janssen
Hi Owen, The suggestion from Dale Worley is correct. There is a third case: 3) the derived files are difficult to derive without special knowledge or procedures. In which case, documentation is only sometimes the superior method. Mark, sf_x On Thu, Jan 22, 2015 at 1:19 AM, Gergely Polonkai

[git-users] Re: git svn fails to dcommit multiple commits

2015-01-23 Thread Bicen Zhu
Hi Thomas, Thanks for the reply, Are you using a large corporate SVN server which is spread across offices/countries? Yes, right. Maybe I should try the patch showed on the original question. On Friday, January 23, 2015 at 5:27:02 PM UTC+8, Thomas Ferris Nicolaisen wrote: On Thursday,