![]() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]()
![]() |

|
| Programming tutorials All Knowledge Info and links to posted here |
![]() |
|
Subversion: See the Latest Repository Revision Number
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Administrator
Posts: 18,715
Join Date: Jan 2006
Rep Power: 10
IM:
|
The svn info command takes either local or url arguments. This will let you tell what the version on the repository is compared to the version of your local directory. First run the command on your local copy: svn info You should see output similar to this: URL: http://svn.myweb.com/myproject Repository Root: http://svn.myweb.com/myproject Repository UUID: c656a9d0-4e1d-0410-b48a-e17619d8371c Revision: 291 Node Kind: directory Schedule: normal Last Changed Rev: 291 Last Changed Date: 2006-09-13 01:10:52 -0400 (Wed, 13 Sep 2006) Your local copy is at revision 291, now let's take a look at what revision is out there on the server. We will use the URL of our web repository, which you can see in the output above. svn info http://svn.myweb.com/myproject Here's an example of the output of that command: URL: http://svn.myweb.com/myproject Repository Root: http://svn.myweb.com/myproject Repository UUID: c656a9d0-4e1d-0410-b48a-e17619d8371c Revision: 382 Node Kind: directory Schedule: normal Last Changed Author: Bigshot Last Changed Rev: 382 Last Changed Date: 2006-11-19 11:05:12 -0400 (Wed, 19 Nov 2006) Yikes! We're really out of date. Time to run the svn update command to bring us up to date with the current repository. |
|
|
|
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FactotumNOW IT Management Repository 3.42 | Virtual | Application Downloads | 0 | 04-Mar-2008 12:14 AM |
| Halite BitTorrent Client 0.2.9 Revision 313 | Spirit-X | Application Downloads | 0 | 23-Dec-2007 01:00 AM |
| Halite BitTorrent Client 0.2.9 Revision 320 | Spirit-X | Application Downloads | 0 | 22-Dec-2007 09:18 PM |
| Home Revision Management System 1.2.0.39 | Anilrgowda | Application Downloads | 0 | 19-Dec-2007 01:05 AM |
| Halite BitTorrent Client 0.2.9 Revision 270 | Anilrgowda | Application Downloads | 0 | 26-Aug-2007 11:26 PM |