Re: [fossil-users] Possible to export revision history?

2010-09-24 Thread Michael Richter
On 24 September 2010 03:20, Richard Hipp d...@sqlite.org wrote:

 The deconstruct method is fossil's equivalent to fast-export.  Why does
 this not meet your needs and what exactly are you looking for?  Are you
 wanting an export in the git-specific format?  How could we export wiki and
 tickets in that case?


What deconstruct method?

mich...@isolde:~$ fossil help

Usage: fossil help COMMAND.

Available COMMANDs:

addco leaves rename ui

allcommit ls revert undo

annotate   configuration  merge  rm unset

artifact   delete mv scrub  update

branch descendantsnewsearch user

cgidiff   open   server version

changesextras pull   settings   wiki

checkout   finfo  push   sha1sumzip

ci gdiff  rebuildstatus

clean  help   reconstructsync

clone  http   redo   tag

close  info   remote-url timeline

This is fossil version [1516a26dc8] 2010-09-16 14:13:51 UTC

mich...@isolde:~$ fossil help deconstruct

fossil: unknown command: deconstruct

mich...@isolde:~$ fossil deconstruct

fossil: unknown command: deconstruct

fossil: use help for more information


I see a reconstruct there, but no matching deconstruct.  Did I do something
bad when building?

-- 
Perhaps people don't believe this, but throughout all of the discussions of
entering China our focus has really been what's best for the Chinese people.
It's not been about our revenue or profit or whatnot.
--Sergey Brin, demonstrating the emptiness of the don't be evil mantra.
___
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 to export revision history?

2010-09-24 Thread Andreas Kupries
On 9/24/2010 10:06 AM, Michael Richter wrote:
 On 24 September 2010 03:20, Richard Hipp d...@sqlite.org
 mailto:d...@sqlite.org wrote:

 The deconstruct method is fossil's equivalent to fast-export.  Why does
 this not meet your needs and what exactly are you looking for?  Are you
 wanting an export in the git-specific format?  How could we export wiki 
 and
 tickets in that case?


 What deconstruct method?


% fossil version
This is fossil version [73c24ae363] 2010-03-18 14:20:33 UTC

% fossil help deconstruct
COMMAND: deconstruct
Usage fossil deconstruct ?-R|--repository REPOSITORY? DESTINATION

Populates the indicated DESTINATION directory with copies of all
artifcats contained within the repository.  Artifacts are named AA/b
where AA is the first 2 characters of the artifact ID and b is the
remaining 38 characters.



 This is fossil version [1516a26dc8] 2010-09-16 14:13:51 UTC

 I see a reconstruct there, but no matching deconstruct.  Did I do something 
 bad
 when building?

Hm. Mine is older than yours. Was this maybe removed in later revisions ?


-- 
Andreas Kupries
Senior Tcl Developer
ActiveState, The Dynamic Language Experts

P: 778.786.1122
F: 778.786.1133
andre...@activestate.com
http://www.activestate.com
Get insights on Open Source and Dynamic Languages at www.activestate.com/blog
___
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 to export revision history?

2010-09-24 Thread Benjamin Pollack
On Fri, Sep 24, 2010 at 1:11 PM, Andreas Kupries
andre...@activestate.com wrote:

 On 9/24/2010 10:06 AM, Michael Richter wrote:
  I see a reconstruct there, but no matching deconstruct.  Did I do something 
  bad
  when building?

 Hm. Mine is older than yours. Was this maybe removed in later revisions ?


Yes. In the move to BSD, Fossil lost both the deconstruct and
reconstruct commands, since they were GPL-licensed. Someone wrote a
new BSD-licensed reconstruct, but I don't think anyone's duplicated
the deconstruct command yet.

--Benjamin
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users