Re: [git-users] Error when building subversion

2015-04-15 Thread win-newbie
Thanks Konstantin but I believe this is not a subversion issue since the 
build succeeded first time around. This looks like msysgit development 
environment usage issue. I am thinking I am not using it properly. So when 
you change a file, do you have to git add and git commit always? 

On Wednesday, April 15, 2015 at 11:30:46 AM UTC-5, Konstantin Khomoutov 
wrote:

 On Wed, 15 Apr 2015 09:08:17 -0700 (PDT) 
 win-newbie mamta.u...@gmail.com javascript: wrote: 

  I am trying to build subversion and the first time it succeeded. 
  However, after that I don't see the timestamp on subversion dll's 
  changing at all. In the log, I see messages like these: 
  
  the following files have staged content different from both the 
  file and the HEAD 
  
  Am I missing something? Thanks! 

 I, for one, fail to see any connection to Git usage (which is the 
 topic of this mailing list) in your question.  Issues with building 
 Subversion are supposedly to be discussed on Subversion support 
 channels, IMO. 


-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] xcode-select error when attempting to launch git on Mac OS X after fresh install

2015-04-15 Thread guillaume . fortin-debigare
Hi, I just installed Git on Mac OS X Yosemite using the official installer 
from Git's website.

The problem I have now is that whenever I attempt to execute git from 
Terminal, I have the exact same behavior that I had before installing Git: 
I get the error xcode-select: note: no developer tools were found at 
'/Applications/Xcode.app', requesting install. Choose an option in the 
dialog to download the command line developer tools., and a pop-up appears 
asking if I want to install the command line developer tools or get Xcode.

From what I understand, the command line developer tools is an Apple 
package containing an alternate version of Git, even though I have the 
latest version already installed. I don't want Xcode on my machine either.

My path is: /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/git/bin

My guess is that git from /usr/bin gets executed instead of the one under 
/usr/local/git/bin. What's the best way to solve this problem? Also, isn't 
it a bug that the installer does not work around this by default?

Thank you very much!

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Error when building subversion

2015-04-15 Thread win-newbie
Hi all,

I am trying to build subversion and the first time it succeeded. However, 
after that I don't see the timestamp on subversion dll's changing at all. 
In the log, I see messages like these:

the following files have staged content different from both the
file and the HEAD

Am I missing something? Thanks!

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] Error when building subversion

2015-04-15 Thread Konstantin Khomoutov
On Wed, 15 Apr 2015 09:08:17 -0700 (PDT)
win-newbie mamta.upadh...@gmail.com wrote:

 I am trying to build subversion and the first time it succeeded.
 However, after that I don't see the timestamp on subversion dll's
 changing at all. In the log, I see messages like these:
 
 the following files have staged content different from both the
 file and the HEAD
 
 Am I missing something? Thanks!

I, for one, fail to see any connection to Git usage (which is the
topic of this mailing list) in your question.  Issues with building
Subversion are supposedly to be discussed on Subversion support
channels, IMO.

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] Error when building subversion

2015-04-15 Thread John McKown
Ah. I don't think this forum really does much with the msysgit stuff. You
might, or might not, have more luck with other msysgit users here:
https://groups.google.com/forum/#!forum/msysgit


On Wed, Apr 15, 2015 at 11:33 AM, win-newbie mamta.upadh...@gmail.com
wrote:

 Thanks Konstantin but I believe this is not a subversion issue since the
 build succeeded first time around. This looks like msysgit development
 environment usage issue. I am thinking I am not using it properly. So when
 you change a file, do you have to git add and git commit always?

 On Wednesday, April 15, 2015 at 11:30:46 AM UTC-5, Konstantin Khomoutov
 wrote:

 On Wed, 15 Apr 2015 09:08:17 -0700 (PDT)
 win-newbie mamta.u...@gmail.com wrote:

  I am trying to build subversion and the first time it succeeded.
  However, after that I don't see the timestamp on subversion dll's
  changing at all. In the log, I see messages like these:
 
  the following files have staged content different from both the
  file and the HEAD
 
  Am I missing something? Thanks!

 I, for one, fail to see any connection to Git usage (which is the
 topic of this mailing list) in your question.  Issues with building
 Subversion are supposedly to be discussed on Subversion support
 channels, IMO.

  --
 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 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
If you sent twitter messages while exploring, are you on a textpedition?

He's about as useful as a wax frying pan.

10 to the 12th power microphones = 1 Megaphone

Maranatha! 
John McKown

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] git-svn clone svn repo

2015-04-15 Thread King Jin
After changing my branches config, problem was solved.  Now is working 
quite stree-free.  Awesome tool !  MAYBE the document for subgit could be 
UPDATED.  

[svn]
# Subversion repository URL
url = http://svn.example.com/projA
trunk = trunk:refs/heads/master
branches = branches/*:refs/heads/*
branches = testServer:refs/heads/testServer
branches = stage:refs/heads/stage
shelves = shelves/*:refs/shelves/*

On Friday, April 10, 2015 at 11:47:57 PM UTC+8, King Jin wrote:

 I tried the subgit after reading through the document on the site.  It 
 didn't work.  The subgit configuration is:
 [svn]
 # Subversion repository URL
 url = http://svn.example.com/projA
 trunk = trunk:refs/heads/master
 branches = 
 branches/*:refs/heads/*;testServer:refs/heads/testServer;stage:refs/heads/stage
 shelves = shelves/*:refs/shelves/*

 $git branch -av
 origin/HEAD
 origin/featureA
 origin/featureB

 I checked the sync repo dir, only get   'featureA' and 'featureB' two 
 files under refs/heads dir.

 Thanks for the tips.  It led me to the tool subgit for git-svn syncing and 
 works great for standard-layout svn repo.


 On Friday, April 10, 2015 at 3:00:22 PM UTC+8, Magnus Therning wrote:

 On 10 April 2015 at 03:47, King Jin jinkin...@gmail.com wrote: 
  My company is still using svn to manage source code. I want to clone 
 them 
  into my local repos using git-svn clone.  The layout is: 
  . 
  ├── branches 
  │   ├── featureA 
  │   │   ├── app 
  │   │   ├── index.php 
  │   │   └── robots.txt 
  │   └── featureB 
  │   ├── app 
  │   ├── index.php 
  │   └── robots.txt 
  ├── stage (special branch) 
  │   ├── app 
  │   ├── index.php 
  │   └── robots.txt 
  ├── testServer (special branch) 
  │   ├── app 
  │   ├── index.php 
  │   └── robots.txt 
  └── trunk 
  ├── app 
  ├── index.php 
  └── robots.txt 
  
  I tried using non-stdlayout way ( $git svn clone --branches=branches/* 
  --branches=t6 --branches=stage  --trunk=trunk --prefix=svn/ --authors- 
  prog=path/to/svnauthor 
   http://svn.example.com/svn/repoA repoA ) ,  I get remotes branches: 
 remotes/svn/app 
 remotes/svn/app@3 
 remotes/svn/app@4 
 remotes/svn/featureA 
 remotes/svn/featureB 
 remotes/svn/trunk 
  
  It did not work.  Is there any way I could make it right. 

 I believe the `--tags` and `--branches` both expect folders with 
 multiple tags/branches as subfolders (that explains why `app` appears 
 as a branch).  I'm not sure if `git-svn` can handle the (complete) SVN 
 layout you have (I'm sure Thomas will be better at giving a more 
 definitive answer). 

 It might be worth having a look at subgit[1] to see if it offers more 
 fine-grained control over the mappings between SVN and git.  It's is a 
 proprietary tool, but it's free even for small commercial projects 
 (10 committers). 

 /M 

 [1]: http://www.subgit.com/ 

 -- 
 Magnus Therning  OpenPGP: 0xAB4DFBA4 
 email: mag...@therning.org   jabber: mag...@therning.org 
 twitter: magthe   http://therning.org/magnus 



-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] upgrade gitolite

2015-04-15 Thread Magnus Therning
On 15 April 2015 at 07:14, Syaifull Al-Bandary ritnes...@gmail.com wrote:
 sorry, how do I upgrade gitolite ?, thanks

If I were you I'd approach the gitolite people:
http://gitolite.com/gitolite/#contact

This is a mailing list for users of git, the command line tool.

/M

-- 
Magnus Therning  OpenPGP: 0xAB4DFBA4
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe   http://therning.org/magnus

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] upgrade gitolite

2015-04-15 Thread Magnus Therning
On 15 April 2015 at 08:54, Syaifull Al-Bandary ritnes...@gmail.com wrote:
 Ok, Thank you. I'am sorry.

No worries.  It's not easy to keep track of all the git-related
products and projects out there :)

/M

-- 
Magnus Therning  OpenPGP: 0xAB4DFBA4
email: mag...@therning.org   jabber: mag...@therning.org
twitter: magthe   http://therning.org/magnus

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] upgrade gitolite

2015-04-15 Thread Syaifull Al-Bandary
Ok, Thank you. I'am sorry.

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [git-users] upgrade gitolite

2015-04-15 Thread Konstantin Khomoutov
On Tue, 14 Apr 2015 23:54:40 -0700 (PDT)
Syaifull Al-Bandary ritnes...@gmail.com wrote:

 Ok, Thank you. I'am sorry.

When asking gitolite folks your question, please be sure to provide way
more information than you supplied to us.  Namely:
* What OS (distribution and its version, in case of GNU/Linux-based OS).
* What version of gitolite you currently have installed.
* What distribution channel have you obtained your gitolite from
  (that is, has it been installed using the OS's package manager,
  or from a source package; if the former, was that a package from the
  standard OS's repositories or from a third-party one).
* What version do you want to have installed.
* Why do you want to upgrade gitolite (what's missing in the current
  release etc).

Otherwise, it's nearly impossible to help you because there are oh so
many ways to get a piece of software installed and running, and
difference in version between the currently installed and the one you
want to be installed might mean no upgrade troubles at all or royal PITA
involving porting of configuration files etc.  For instance, when I
were switching from gitolite v2 over gitolite v3 (Debian Squeeze) the
upgrade wasn't completely automatic and required manual tinkering.

-- 
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 git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.