[fossil-users] Question about command line matching branch creation

2014-08-02 Thread David J. Weller-Fahy
I've been trying to puzzle this out myself, but decided someone must 
know on the list.


Assume I execute the following commands (with `alias f='fossil'`).

#v+
alias f='fossil'
f init ~/FOSSIL/1.fossil
f open ~/FOSSIL/1.fossil
touch 1
f add 1
f commit -m 1
mkdir 2
mkdir 3
cd 2
git init
touch a
touch b
touch c
git add a
git commit -m a a
git add b
git commit -m b b
git add c
git commit -m c c
git fast-export --all | f import --incremental --git ~/FOSSIL/1.fossil
#v-

At this point I have a single commit which was part of the original 
repository, and three commits *prior* to the original repository which 
were imported from git.


What I would like to do is imitate the results of the following.

Using the fossil ui command, access the timeline.  Click on the first 
commit imported from git.  Click on edit.  Replace the branch name with 
2.  Click Apply Changes.


I've tried using the branch command to create a new branch, and the tag 
command to tag the specified commits.  But I've been unable to duplicate 
the create of a new branch using the web-ui.


So, my question: What combination of commands would allow me to 
duplicate that on the command line?


Regards,
--
dave [ please don't CC me ]


pgpbempsmDrEx.pgp
Description: PGP signature
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Question about command line matching branch creation

2014-08-02 Thread David J. Weller-Fahy

I just realized I never said:

$ f version
This is fossil version 1.30 [ffef4edceb] 2014-07-25 13:12:52 UTC

* David J. Weller-Fahy dave+lists.fossil-us...@caterva.org [2014-08-02 22:42 
-0500]:
I've been trying to puzzle this out myself, but decided someone must 
know on the list.


Assume I execute the following commands (with `alias f='fossil'`).


--
dave [ please don't CC me ]


pgpjxHRpULDR7.pgp
Description: PGP signature
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] How to cancel file added through add?

2013-01-08 Thread David J. Weller-Fahy
* Gilles gilles.gana...@free.fr [2013-01-08 09:00 -0500]:
 How do we cancel the result of add, ie. tell Fossil to *not* add
 such and such new file the next time the user runs fossil commit?

I just tried using `fossil rm` on a mistakenly added file (in an
existing repository), and it does what you need.

#v+
dave@fork-pooh:~/tmp/sast.fossil/css$ touch t
dave@fork-pooh:~/tmp/sast.fossil/css$ fossil add t
ADDED  css/t
dave@fork-pooh:~/tmp/sast.fossil/css$ fossil rm t
DELETED css/t
dave@fork-pooh:~/tmp/sast.fossil/css$ fossil status
repository:   /home/dave/FOSSIL/sast.fossil
local-root:   /home/dave/tmp/sast.fossil/
checkout: 97085a7c5b559ae5d0fa0514c276014e6fd8db52 2013-01-08 13:54:43 UTC
parent:   2e8f22d3af1e698140537df0a1e33289f4e446b3 2013-01-08 03:07:22 UTC
tags: trunk
comment:  Link reference to posts to posts. (user: dave)
EDITED default.css
#v-

Regards,
-- 
dave [ please don't CC me ]


pgp8grszmc77K.pgp
Description: PGP signature
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] How to cancel file added through add?

2013-01-08 Thread David J. Weller-Fahy
* Gilles gilles.gana...@free.fr [2013-01-08 09:27 -0500]:
 On Tue, 8 Jan 2013 09:21:10 -0500, David J. Weller-Fahy
 dave-lists-fossil-us...@weller-fahy.com
 wrote:
 I just tried using `fossil rm` on a mistakenly added file (in an
 existing repository), and it does what you need.
 
 Thanks for the info.

No worries, glad I could help!

 So the online help is a bit wrong:
 
 Remove one or more files or directories from the repository.
 
 This command does NOT remove the files from disk.  It just marks the
 files as no longer being part of the project.  In other words, future
 changes to the named files will not be versioned.

There have been many messages thrown around recently about the `fossil
rm` command (see the archives), but I would say the correctness of the
documentation depends on your definition of repository.  I think the
author wrote using the definition of repository where it does not
encompass the working set of files on disk (the checked out versions),
but only those things stored within the actual fossil file where all
artifacts are stored.

Looked at from that perspective, the documentation is correct, although
it could be more clear to those who come to the software without that
perspective.

Regards,
-- 
dave [ please don't CC me ]


pgpSYszSq9mLp.pgp
Description: PGP signature
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Possible bug in timeline?

2012-12-17 Thread David J. Weller-Fahy
I believe I may have found a bug in the behavior of the timeline.  As
this may be just me, I figured I'd check with the community to see if
anyone else is seeing this behavior (described below).

Steps to reproduce:

1. Go to http://www.fossil-scm.org/fossil/timeline
2. Click Older
3. Click Newer
4. Click 200 Entries

Note, the number of entries stays at 20.

I tried this on the URL above, and a self-hosted repository.

Can anyone else confirm?  If so, I'll submit a bug.

Regards,
-- 
dave [ please don't CC me ]


pgpPTLIHX9aws.pgp
Description: PGP signature
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Possible bug in timeline?

2012-12-17 Thread David J. Weller-Fahy
* Martin Gagnon eme...@gmail.com [2012-12-17 20:59 -0500]:
 Le 2012-12-17 à 20:34, David J. Weller-Fahy 
 dave-lists-fossil-us...@weller-fahy.com a écrit :
  1. Go to http://www.fossil-scm.org/fossil/timeline
  2. Click Older
  3. Click Newer
  4. Click 200 Entries
  
  Note, the number of entries stays at 20.
[snips]
  
  Can anyone else confirm?  If so, I'll submit a bug.
 
 Same thing here...

Thanks!  Submitted: http://www.fossil-scm.org/index.html/tktview?name=9de46d5bf4

Regards,
-- 
dave [ please don't CC me ]


pgpwjz7Y4MaoJ.pgp
Description: PGP signature
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] How to download mbox of archives?

2012-11-21 Thread David J. Weller-Fahy
So, I've dug around for about 2 hours now, and can't seem to find a
solution.

Please let me know if my search-fu is completely insufficient, however I
would like to be able to browse the archives in mutt.

How do I download an mbox file of all the archives of this list?  I know
how to get the 2012-[month-name].txt.gz files from pipermail, which are
*not* in mbox format, but would prefer not to have to unmangle the
content.

Please let me know if this is possible, and, if it is, how to do it.

If it's not... well, I guess I'll get to mangling. ;)

Regards,
-- 
dave [ please don't CC me ]


pgpd4rm6hu3SY.pgp
Description: PGP signature
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users