Re: [git-users] Error when building subversion

2015-04-16 Thread Magnus Therning
On 15 April 2015 at 18:33, 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?

I hope you realize that your initial email made it impossible to
discern that your question was even remotely related to git :)

msysgit is a distribution of git for Windows.  It comprises two parts,
msys[1], an environment that emulates Unix on Windows, and git.  Hence
the name :)

As I see it you have two options

1. Contact the msysgit developers -- I'm sure there's a mailing list
somewhere -- and ask them about it
2. Switch to using msys2[2]; it comes with a more recent version of
git and you and has a pre-built package for SVN

Personally I'd do the latter.

/M

[1]: http://mingw.org/wiki/msys
[2]: http://sourceforge.net/projects/msys2/ or https://msys2.github.io/

 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.



-- 
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] 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] 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.