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

Revision keyword: committed and base

From: Tim Liu \(gangliu\) <gangliu_at_cisco.com>
Date: 2006-10-25 02:23:19 CEST

Folks,
 
while understanding revision keyword, I know BASE refers to working
space. HEAD refers to latest version in repository. but I kind of
struggle to understand committed. your help is appreciated.
 
Does committed refer to repository or working space?
 
can somebody help me identify committed in the following example?
 
Step #1:
 
----23--------- [trunk]
 
Here HEAD is 23. BASE is 23. committed ??
 
Step #2: create a branch from trunk in working place
 
----23--------[trunk]
     |
     --------------- [my branch]
 
HEAD is 23. BASE is 23. committed ??
 
Step #3: a new revision in trunk
 
----23--------24-------[trunk]
     |
     --------------- [my branch]
 
HEAD is 24. BASE is 23. committed ??
 
Step #4: a new revision in my branch
 
----23--------24-------[trunk]
     |
     ---------25------ [my branch]
 
HEAD is 24. BASE is 23. committed ??
 
thx
 
Tim
Received on Wed Oct 25 02:24:04 2006

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

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