[git-users] when I clone from svn repository to git repository , the process is pending

2014-02-24 Thread Jangil Oh
Hi 

I tried to migrate from SVN repository to git repository

when I execute the command like below , the process is pending.
git svn clone https://my.svn.repo/url --stdlayout 

git version : 1.8.4


the last message is like this.
r1 = 67f4093b82b7b764171b01f1566eca57f6c29ac2 

I don't know why the process is pending..

Could you help me?


-- 
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/groups/opt_out.


[git-users] Re: when I clone from svn repository to git repository , the process is pending

2014-02-24 Thread Thomas Ferris Nicolaisen
On Monday, February 24, 2014 9:50:22 AM UTC+1, Jangil Oh wrote:

 Hi 

 I tried to migrate from SVN repository to git repository

 when I execute the command like below , the process is pending.
 git svn clone https://my.svn.repo/url --stdlayout 

 git version : 1.8.4


 the last message is like this.
 r1 = 67f4093b82b7b764171b01f1566eca57f6c29ac2 

 I don't know why the process is pending..

 Could you help me?


Which OS are you on?

How long are you waiting exactly?

This may seem silly, but you just make sure you can do a regular svn 
checkout on the command line? svn checkout https://my.svn.repo/url/trunk

Perhaps there's an issue with this SVN server in particular. Can you 
successfully git svn clone from another repo? Try this:

 git svn clone -s http://subversion.assembla.com/svn/peekr/

The above takes about 15 seconds on my machine. Bear in mind that cloning 
large SVN repos can take hours or even days (but you should get plenty of 
console output from the beginning).

Here are some tips on how to report bugs in git (svn) if you think this is 
a bug in Git: https://gist.github.com/tfnico/4441562 


-- 
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/groups/opt_out.


[git-users] local update not pushed to the server

2014-02-24 Thread Jirong Hu
Hi

I transferred a local project on Windows to git, create a remote repository 
on GIT linux server, and pushed the local project to the remote repository. 
Then I made a change in the local file and commit it. At this stage:
1. git status shows it's up-to-date with the remote repository.
2. However, if I do a git clone http://cmtoldshrdjk01/simple.git/; from 
another machine. The file is not up-to-date.

Questions:
1. What I am doing wrong?
2. Is there a way I can see the content of a remote repository without 
clone? I want to see what's in the remote repository in GIT linux server.

$ git remote -v
origin  jhu06@cmtoldshrdjk01:/opt/git/simple.git (fetch)
origin  jhu06@cmtoldshrdjk01:/opt/git/simple.git (push)

jhu06@OCDT70302123 
/c/workspace/git/simple/src/main/java/org/sonatype/mavenbook (master)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.

nothing to commit, working directory clean

-- 
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/groups/opt_out.


[git-users] Re: local update not pushed to the server

2014-02-24 Thread Jirong Hu
I found the problem is clone by http doesn't work, but clone by ssh worked. 
Why?

C:\Tempgit clone http://jh...@cmtoldshrdjk01.dev.bmocm.com/simple.git/
Cloning into 'simple'...
Checking connectivity... done.

C:\Tempgit clone jhu06@cmtoldshrdjk01:/opt/git/simple.git
Cloning into 'simple'...
PAM Authentication
Enter your OFFICE domain password:
remote: Counting objects: 25, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 25 (delta 1), reused 0 (delta 0)
Receiving objects: 100% (25/25), done.
Resolving deltas: 100% (1/1), done.
Checking connectivity... done.

-- 
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/groups/opt_out.


Re: [git-users] Core dumps

2014-02-24 Thread Dale R. Worley
 OK, I'll work on it.  I just built a non-optimized 1.9.0, so I should
 be able to get useful backtraces from the core files.

Given the pattern of errors, I suspect the problem lies with files
that are being changed while git add runs.

Dale

-- 
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/groups/opt_out.


Re: [git-users] Re: local update not pushed to the server

2014-02-24 Thread Nelson Efrain A. Cruz
2014-02-24 16:29 GMT-03:00 Jirong Hu jirong...@gmail.com:

 I found the problem is clone by http doesn't work, but clone by ssh
 worked. Why?

 C:\Tempgit clone http://jh...@cmtoldshrdjk01.dev.bmocm.com/simple.git/
 Cloning into 'simple'...
 Checking connectivity... done.

 C:\Tempgit clone jhu06@cmtoldshrdjk01:/opt/git/simple.git
 Cloning into 'simple'...
 PAM Authentication
 Enter your OFFICE domain password:
 remote: Counting objects: 25, done.
 remote: Compressing objects: 100% (10/10), done.
 remote: Total 25 (delta 1), reused 0 (delta 0)
 Receiving objects: 100% (25/25), done.
 Resolving deltas: 100% (1/1), done.
 Checking connectivity... done.

 --
 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/groups/opt_out.


Hi, It must be a problem of your server configuration, if i don't remember
wrong it's a problem of timeouts of the http request and download time.

I don't think that it's a specific problem of git.

-- 
Nelson Efrain A. Cruz - https://plus.google.com/106845325502523605960/about

Debes ser el cambio que esperas ver en el mundo -Mahatma Gandhi

-- 
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/groups/opt_out.


[git-users] How to setup http protocol for GIT

2014-02-24 Thread Jirong Hu
http://git-scm.com/book/en/Git-on-the-Server-Public-Access

I was following the above link to setup http access for GIT. But after this 
issue:https://groups.google.com/forum/#!topic/git-users/nL0qZXiBHqw, I 
think my http settings are not right. This is what I do:
1. Change the DocumentRoot= /opt/git, since /opt/git/simple.git is the 
repository I want to access.
2. Created a git.conf in /etc/httpd/conf.d, has the LDAP access 
information. It works fine.
3. chmod a+x simple.git/hooks/post-update

There is one more thing I am not sure: the permission of 
/opt/git/simple.git. Who shall own this directory? The URL above says 
www-data, 
but I cant' find this group name in my server. My Apache is running under 
apache:apache. ccusers group is the group all my users belong to, which 
is set in LDAP.


[root@cmtoldshrdjk01 git]# ls -al
total 28
drwxr-xr-x   7 root apache  4096 Feb 21 14:04 .
drwxr-xr-x. 11 root root4096 Jan 29 13:07 ..
drwxr-xr-x   6 root apache  4096 Jan 23 10:58 my_app.git
drwxr-xr-x   7 root apache  4096 Jan 23 14:26 project.git
drwxrwsr-x   7 root ccusers 4096 Feb 21 14:22 simple.git
drwxr-xr-x   7 root root4096 Feb 13 11:46 web-app2.git
drwxrwsr-x   7 root apache  4096 Jan 23 14:34 web-app.git
[root@cmtoldshrdjk01 git]#

-- 
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/groups/opt_out.


[git-users] How many repositories is required?

2014-02-24 Thread Jirong Hu
Hi All

I want to understand the best practice of organizing the GIT repositories. 
Let's say:
1. We are a large bank with many line of businesses and tons of 
application. 
2. Each LOB has a large number of applications.

How many repositories shall I use? How do we organize the applications 
inside one repository? Any reference?

Thanks
Jirong

-- 
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/groups/opt_out.


Re: [git-users] How many repositories is required?

2014-02-24 Thread Gergely Polonkai
Hello,

I personally use one repository per application/library (and use submodules
if an application needs a particular library). All these repos sit on the
same one server, and I use gitosis to manage access to them (others may
prefer gitolite).

Cheers,
Gergely


On 24 February 2014 22:48, Jirong Hu jirong...@gmail.com wrote:

 Hi All

 I want to understand the best practice of organizing the GIT repositories.
 Let's say:
 1. We are a large bank with many line of businesses and tons of
 application.
 2. Each LOB has a large number of applications.

 How many repositories shall I use? How do we organize the applications
 inside one repository? Any reference?

 Thanks
 Jirong

  --
 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/groups/opt_out.


-- 
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/groups/opt_out.