[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[BOOK] revision 5 is alive!

From: Gil Megidish <gil_at_megidish.net>
Date: 2005-01-29 16:53:27 CET

Hey.

First of all, kudos for this GREAT book. I have been working with cvs and subversion and I thought I should give it a try and read the entire book, learn new things. Book is written beautifully, and smoothly. Thanks for everyrthing. During my reading, I found this: I think Makefile and integer.c should have revision 5. No?

-- gil

=======================================================================

At the moment, this working directory corresponds exactly to revision 4 in the repository. However, suppose you make a change to button.c, and commit that change. Assuming no other commits have taken place, your commit will create revision 5 of the repository, and your working copy will now look like this:

calc/Makefile:4
     integer.c:4
     button.c:5

Suppose that, at this point, Sally commits a change to integer.c, creating revision 6. If you use svn update to bring your working copy up to date, then it will look like this:

calc/Makefile:6
     integer.c:6
     button.c:6
Received on Mon Jan 31 06:27:13 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.