Re: [git-users] git server problem

2012-07-03 Thread Avner Tamir
thanks a lot, in my case this happens between RHEL & Win so I assume it 
might be similar, I'll try this option and update with results

On Monday, July 2, 2012 9:22:46 PM UTC+3, Wes Freeman wrote:
>
> This happens sometimes if you have different default permissions on the 
> files, I've found. It seemed to happen going between a mac and a windows 
> client, for example. This might not be the same problem you're seeing, but 
> I figured I would chime in, just in case it is of use.
>
> You can ignore changes like this on the client side with:
>
>  git config core.filemode false
>
> Wes
>
> On Mon, Jul 2, 2012 at 2:15 PM, PJ Weisberg  wrote:
>
>> On Monday, July 2, 2012, Avner Tamir  wrote:
>> > ,Hi
>> >
>> >  
>> >
>> > I’ve set git server on RHEL 5.6 box, running on httpd 
>> >
>> > we’ve encountered the following scenario several times
>> >
>> >  User A pushes to remote
>> >
>> >User B pull from remote
>> >
>> >  User B sees the sources pushed by user A as to be committed in his 
>> local repository
>>
>> That sounds like a reasonable description of what "pull" does. What did 
>> you expect/want to see?
>>
>> -- 
>> -PJ
>>
>> Gehm's Corollary to Clark's Law: Any technology distinguishable from
>> magic is insufficiently advanced.
>>
>>  -- 
>> 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 unsubscribe from this group, send email to 
>> git-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/git-users?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/QdLeYGjY5I4J.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] git server problem

2012-07-02 Thread Wes Freeman
This happens sometimes if you have different default permissions on the
files, I've found. It seemed to happen going between a mac and a windows
client, for example. This might not be the same problem you're seeing, but
I figured I would chime in, just in case it is of use.

You can ignore changes like this on the client side with:

 git config core.filemode false

Wes

On Mon, Jul 2, 2012 at 2:15 PM, PJ Weisberg  wrote:

> On Monday, July 2, 2012, Avner Tamir  wrote:
> > ,Hi
> >
> >
> >
> > I’ve set git server on RHEL 5.6 box, running on httpd
> >
> > we’ve encountered the following scenario several times
> >
> >  User A pushes to remote
> >
> >User B pull from remote
> >
> >  User B sees the sources pushed by user A as to be committed in his
> local repository
>
> That sounds like a reasonable description of what "pull" does. What did
> you expect/want to see?
>
> --
> -PJ
>
> Gehm's Corollary to Clark's Law: Any technology distinguishable from
> magic is insufficiently advanced.
>
>  --
> 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 unsubscribe from this group, send email to
> git-users+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/git-users?hl=en.
>

-- 
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 unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



Re: [git-users] git server problem

2012-07-02 Thread PJ Weisberg
On Monday, July 2, 2012, Avner Tamir  wrote:
> ,Hi
>
>
>
> I’ve set git server on RHEL 5.6 box, running on httpd
>
> we’ve encountered the following scenario several times
>
>  User A pushes to remote
>
>User B pull from remote
>
>  User B sees the sources pushed by user A as to be committed in his local
repository

That sounds like a reasonable description of what "pull" does. What did you
expect/want to see?

-- 
-PJ

Gehm's Corollary to Clark's Law: Any technology distinguishable from
magic is insufficiently advanced.

-- 
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 unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] git server problem

2012-07-02 Thread Avner Tamir
,Hi

 

I’ve set git server on RHEL 5.6 box, running on httpd 

we’ve encountered the following scenario several times

 User A pushes to remote

   User B pull from remote

 User B sees the sources pushed by user A as to be committed in his local 
repository

 

I didn’t see any error in apache log nor linux logs. 



thanks in advance

Avner Tamir

 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/_ysgvuVvjAUJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.