[fossil-users] Beginners question

2010-09-30 Thread David tw
Hello all, I have two branches of my project under fossil management, trunk and stable. My intention being to perform new developments in trunk and to keep stable for releases and bug fixes. These are set up in two directories ~/project/trunk and ~/project/stable. Whilst in directory

Re: [fossil-users] importing cvs cannot override date and user for tags and branches

2010-09-30 Thread Rene
On Wed, 29 Sep 2010 19:23:21 -0400, Richard Hipp wrote: On Wed, Sep 29, 2010 at 7:16 PM, Rene wrote: I'm importing a cvs repo and are able to override in the checkins the user and the date fossil commit --override-user olduser --override-date 2004-04-01 08:10:42 -m oldlog message

Re: [fossil-users] Beginners question

2010-09-30 Thread Joshua Paine
The thing that gives me pause is that fossil would not jump branches just for fun. Perhaps you had accidentally opened trunk in your stable directory and didn't notice? (I usually run `fossil status` before I commit, in part to avoid such errors.) Or else is it possible you've come from SVN,

Re: [fossil-users] Beginners question

2010-09-30 Thread Richard Hipp
On Thu, Sep 30, 2010 at 7:40 AM, Joshua Paine jos...@letterblock.comwrote: The thing that gives me pause is that fossil would not jump branches just for fun. Perhaps you had accidentally opened trunk in your stable directory and didn't notice? (I usually run `fossil status` before I commit,

[fossil-users] Fossil remembering passwords

2010-09-30 Thread LluĂ­s Batlle i Rossell
Hello, on linux, fossil does not remember the remote passwords for my push/pull commands. Nevertheless, I built fossil on cygwin, and it asks me the password only at the time of clone, and then all push/pull operations go for granted. Can anyone tell me where is fossil saving the password, how,

Re: [fossil-users] Beginners question

2010-09-30 Thread saulgoode
Quoting David tw dtw...@gmail.com: Hello all, I have two branches of my project under fossil management, trunk and stable. My intention being to perform new developments in trunk and to keep stable for releases and bug fixes. These are set up in two directories ~/project/trunk and

Re: [fossil-users] Beginners question

2010-09-30 Thread David tw
Thanks for all your help, the repo is correct now and I have understood my mistake. On Thu, Sep 30, 2010 at 5:36 PM, David tw dtw...@gmail.com wrote: Hello all, I have two branches of my project under fossil management, trunk and stable. My intention being to perform new developments in trunk