Re: [fossil-users] Automatically put version / checkout infomation into source code on commit

2015-07-13 Thread Michael Weise
On Mon, 13 Jul 2015 06:14:08 -0400 Richard Hipp d...@sqlite.org wrote: On 7/13/15, Michael Weise michael.we...@ek-team.de wrote: Dear all, we've been using fossil for over a year now and are quiet happy with it. The next thing we'd like to do is to automatically put some version

[fossil-users] Automatically put version / checkout infomation into source code on commit

2015-07-13 Thread Michael Weise
Dear all, we've been using fossil for over a year now and are quiet happy with it. The next thing we'd like to do is to automatically put some version infomation from the fossil repository into the sourcecode. This will help us to know which checkout version was used for a specific build /

[fossil-users] command gpg not found - huh?

2014-03-28 Thread Michael Weise
I tried to create a new branch: $ fossil branch new manual afecea Der Befehl gpg ist entweder falsch geschrieben oder konnte nicht gefunden werden. unable to sign manifest. continue (y/N)? Which is german and means command gpg not found or misspelled. What's going on here? Regards Michael

Re: [fossil-users] command gpg not found - huh?

2014-03-28 Thread Michael Weise
On Fri, 28 Mar 2014 13:49:25 +0100 Stephan Beal sgb...@googlemail.com wrote: On Fri, Mar 28, 2014 at 1:29 PM, Michael Weise michael.we...@ek-team.dewrote: That message comes from your shell, not from fossil (fossil is hard-coded for EN). Either you do not have gpg installed

[fossil-users] How to identify new files in the local tree

2014-03-24 Thread Michael Weise
Hi, how do I know if there are files in my local tree that are not part of the repository? $ touch foo.bar Git tells me this way: $ git status # Untracked files: # (use git add file... to include in what will be committed) # # foo.bar Is there any way to get the same information in

Re: [fossil-users] Please improve documentation for the checkout command

2014-03-21 Thread Michael Weise
On Fri, 21 Mar 2014 09:52:28 +0100 Stephan Beal sgb...@googlemail.com wrote: On Thu, Mar 20, 2014 at 12:39 PM, Michael Weise michael.we...@ek-team.dewrote: last week I tried fossil for the first time - I was able to understand the basic concepts. Then I created my first helloworld_test

[fossil-users] Please improve documentation for the checkout command

2014-03-20 Thread Michael Weise
Hi Folks, last week I tried fossil for the first time - I was able to understand the basic concepts. Then I created my first helloworld_test repository and even migrated an existing git repository to fossil - all that within 30 minutes, thanks to great documentation for the first steps. I was

Re: [fossil-users] Please improve documentation for the checkout command

2014-03-20 Thread Michael Weise
On Thu, 20 Mar 2014 12:46:15 +0100 Stephan Beal sgb...@googlemail.com wrote: * In the quick start guide, section checking out a local tree http://www.fossil-scm.org/index.html/doc/trunk/www/quickstart.wiki That page has the section checkout out a local tree. There's no need to go into

[fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
Hi, I'm a new user of fossil and I've setup a remote fossil server using apache2 / https and cgi. Now I want to push or sync my local repository to the one on the server: $ fossil sync https://user:pass@server/fossil/test_helloworld Round-trips: 1 Artifacts sent: 0 received: 0 Sync finished

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 11:08:32 +0100 Stephan Beal sgb...@googlemail.com wrote: On Fri, Mar 14, 2014 at 11:03 AM, Michael Weise michael.we...@ek-team.dewrote: $ fossil sync https://user:pass@server/fossil/test_helloworld Round-trips: 1 Artifacts sent: 0 received: 0 Sync finished

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 11:36:49 +0100 Michael Weise michael.we...@ek-team.de wrote: $ fossil push https://user@server/fossil/test_helloworld $ fossil push https://user:pass@sweserver/fossil/test_helloworld Just to explain the difference of the names server and sweserver: sweserver is the real

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 06:16:03 -0400 Martin Gagnon eme...@gmail.com wrote: Le 14 mars 2014 06:03, Michael Weise michael.we...@ek-team.de a écrit : Hi, I'm a new user of fossil and I've setup a remote fossil server using apache2 / https and cgi. Now I want to push or sync my local

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 11:40:00 +0100 Stephan Beal sgb...@googlemail.com wrote: On Fri, Mar 14, 2014 at 11:36 AM, Michael Weise michael.we...@ek-team.dewrote: 4) $ scp test_helloworld.fossil user@server: user@server's password: test_helloworld.fossil100% 57KB 57.0KB

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 06:39:33 -0400 Richard Hipp d...@sqlite.org wrote: On Fri, Mar 14, 2014 at 6:36 AM, Michael Weise michael.we...@ek-team.dewrote: $ fossil push https://user:pass@sweserver/fossil/test_helloworld Round-trips: 1 Artifacts sent: 0 received: 0 Push finished with 386

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 07:10:23 -0400 Richard Hipp d...@sqlite.org wrote: On Fri, Mar 14, 2014 at 7:04 AM, Michael Weise michael.we...@ek-team.dewrote: On Fri, 14 Mar 2014 06:39:33 -0400 Richard Hipp d...@sqlite.org wrote: On Fri, Mar 14, 2014 at 6:36 AM, Michael Weise michael.we...@ek

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 12:47:17 +0100 Jan Nijtmans jan.nijtm...@gmail.com wrote: 2014-03-14 12:20 GMT+01:00 Michael Weise michael.we...@ek-team.de: $ fossil remote https://user@sweserver/fossil/test_helloworld missing or incorrect password for user user = No prompt :-( FWIW: Lots

Re: [fossil-users] Password not saved? Missing or incorrect password ...

2014-03-14 Thread Michael Weise
On Fri, 14 Mar 2014 14:05:18 +0100 Jan Nijtmans jan.nijtm...@gmail.com wrote: 2014-03-14 13:54 GMT+01:00 Michael Weise michael.we...@ek-team.de: Can you point me to more information about this problem? I don't know much about all the trickery used in mSys, but the coolpit in fossil is here