[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, 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
>>  
>> <http://www.google.com/url?q=http%3A%2F%2Fstackoverflow.com%2Fquestions%2F4238876%2Fgit-svn-fails-to-dcommit-even-after-clean-checkout&sa=D&sntz=1&usg=AFQjCNFZeYCx8e1skGoA4iCUMCB4ccXh8Q>
>>
>> But the question was asked 4 years ago, the answer was related http 
>> proxy, but i didn't set http_proxy,
>>
>>  
> Also note:  The answer write-through proxying described in the answer has 
> nothing to do with setting up http_proxy on your client side. It's about 
> clustering several SVN servers together for distributing across networks 
> for performance reasons, and I believe it is transparent to the end user. 
> Are you using a large corporate SVN server which is spread across 
> offices/countries? It could be that the administrators have set 
> up write-through proxying without you knowing.
>
> Also note that not much has changed in git-svn the last 4 years, so 
> problems that existed back then could still exist today.
>

-- 
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] git svn fails to dcommit multiple commits

2015-01-22 Thread Bicen Zhu
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 proxy, 
but i didn't set http_proxy,

i use the latest git version v2.2.2

Anyone comment?

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.


[git-users] Re: Changes in working copy can't be discarded.

2014-04-07 Thread Bicen Zhu
The issue is related the file under repo: .gitattributes
when i comment the line below, the issue disappear:

* text=auto



On Sunday, April 6, 2014 9:20:35 PM UTC+8, Bicen Zhu wrote:
>
> Hi, 
>
> I found something strange, which can be reproduced as below,( at lease at 
> my git repository)
>
> there is a working copy which is clean, then i delete one file using 'rm 
> RosterLogoButton.h' command in the Git bash.
> then using `git checkout  RosterLogoButton.h` to get it back, 
> here run git status, i can see the file was changed, this is unexpected,
> and the git diff shows it deleted each of line and added back.
>
> during these steps i did't change the end of line setting, and spaces tab 
> etc.
>
> here, `git checkout RosterLogoButton.h` is also not working, after running 
> it, git bash still prompt the file is changed.
>
> Any comments? 
>
> $ git --version
> git version 1.9.0.msysgit.0
>
> 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.


[git-users] Changes in working copy can't be discarded.

2014-04-06 Thread Bicen Zhu
Hi, 

I found something strange, which can be reproduced as below,( at lease at 
my git repository)

there is a working copy which is clean, then i delete one file using 'rm 
RosterLogoButton.h' command in the Git bash.
then using `git checkout  RosterLogoButton.h` to get it back, 
here run git status, i can see the file was changed, this is unexpected,
and the git diff shows it deleted each of line and added back.

during these steps i did't change the end of line setting, and spaces tab 
etc.

here, `git checkout RosterLogoButton.h` is also not working, after running 
it, git bash still prompt the file is changed.

Any comments? 

$ git --version
git version 1.9.0.msysgit.0

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.