Re: [fossil-users] VCS Theory

2015-11-20 Thread Richard Hipp
On 11/19/15, Scott Doctor wrote: > I am looking for information about the theory of VCS that is > being used for systems such as Fossil, Git... Not so much the > how-to-use, but the concepts and issues. > > Any suggestions of either links to something like wikipedia > pages

Re: [fossil-users] VCS Theory

2015-11-20 Thread Konstantin Khomoutov
On Thu, 19 Nov 2015 11:51:41 -0800 Scott Doctor wrote: > I am looking for information about the theory of VCS that is > being used for systems such as Fossil, Git... Not so much the > how-to-use, but the concepts and issues. > > Any suggestions of either links to

Re: [fossil-users] VCS Theory

2015-11-20 Thread Joerg Sonnenberger
On Thu, Nov 19, 2015 at 11:51:41AM -0800, Scott Doctor wrote: > I am looking for information about the theory of VCS that is being used for > systems such as Fossil, Git... Not so much the how-to-use, but the concepts > and issues. Both TLA and Darcs had quite a bit of write up when I looked a

Re: [fossil-users] diff before update

2015-11-20 Thread Stephan Beal
On Fri, Nov 20, 2015 at 8:37 PM, Eduard wrote: > Hi, > > I would like to have a way to review the diff of all changes that have > been made between the current checkout and the tip of the current branch > before running "fossil update". > fossil pull fossil diff

Re: [fossil-users] diff before update

2015-11-20 Thread Stephan Beal
On Fri, Nov 20, 2015 at 8:55 PM, Eduard wrote: > On 11/20/2015 02:42 PM, Stephan Beal wrote: > > Is there a way of specifying the commit to which "fossil update" would >> update to? > > > fossil update UUID-or-TAG > > Sorry, I think I haven't been very clear. My

Re: [fossil-users] VCS Theory

2015-11-20 Thread bch
On 11/20/15, Joerg Sonnenberger wrote: > On Thu, Nov 19, 2015 at 11:51:41AM -0800, Scott Doctor wrote: >> I am looking for information about the theory of VCS that is being used >> for >> systems such as Fossil, Git... Not so much the how-to-use, but the >> concepts >>

Re: [fossil-users] diff before update

2015-11-20 Thread jungle Boogie
On 20 November 2015 at 11:37, Eduard wrote: > I would like to have a way to review the diff of all changes that have > been made between the current checkout and the tip of the current branch > before running "fossil update". have you tried fossil changes?

[fossil-users] diff before update

2015-11-20 Thread Eduard
Hi, I would like to have a way to review the diff of all changes that have been made between the current checkout and the tip of the current branch before running "fossil update". Is there a way of specifying the commit to which "fossil update" would update to? The documentation to "update" says

Re: [fossil-users] diff before update

2015-11-20 Thread Eduard
Hi Stephan, Thanks for your reply! On 11/20/2015 02:42 PM, Stephan Beal wrote: > > Is there a way of specifying the commit to which "fossil update" would > update to? > > > fossil update UUID-or-TAG Sorry, I think I haven't been very clear. My question is rather, is there an alias with

Re: [fossil-users] diff before update

2015-11-20 Thread Eduard
On 11/20/2015 03:10 PM, Stephan Beal wrote: > On Fri, Nov 20, 2015 at 8:55 PM, Eduard > wrote: > > On 11/20/2015 02:42 PM, Stephan Beal wrote: >> >> Is there a way of specifying the commit to which "fossil >>

Re: [fossil-users] diff before update

2015-11-20 Thread Eduard
On 11/20/2015 04:06 PM, Stephan Beal wrote: > > > $ f status > tags: pending-review > (user: andybradford) > $ f up -n > UPDATE src/add.c > > --- > updated-to:

Re: [fossil-users] diff before update

2015-11-20 Thread Stephan Beal
On Fri, Nov 20, 2015 at 10:52 PM, Eduard wrote: > On 11/20/2015 04:06 PM, Stephan Beal wrote: > > >> >> $ f status >> tags: pending-review >> (user: andybradford) >> $ f up -n >> UPDATE src/add.c >> >>

Re: [fossil-users] diff before update

2015-11-20 Thread Stephan Beal
On Fri, Nov 20, 2015 at 9:53 PM, Eduard wrote: > On 11/20/2015 03:10 PM, Stephan Beal wrote: > > That alias is the name of the current branch (which you seem to want to > avoid, though i'm not sure why). > > I'm trying to avoid it because the two disagree if there

Re: [fossil-users] diff before update

2015-11-20 Thread Eduard
On 11/20/2015 04:56 PM, Stephan Beal wrote: > On Fri, Nov 20, 2015 at 10:52 PM, Eduard > > > wrote: > > On 11/20/2015 04:06 PM, Stephan Beal wrote: >> >> >> $ f status >> tags: pending-review >>