[fossil-users] move files with history into another branch or repo

2012-01-06 Thread Oliver Friedrich

Hi,

I'm after a way to move some files with history from one branch to a new 
one or into a new repository at all.


Here's the why:

I have one repository for my smallest projects, from bigger script in 
batch, bash, awk, etc to small projects in java with like 2-3 classes or 
so. Nothing of that is worth getting a repository or even a branch of 
its own, since it comes down to just a couple of files and the overhead 
for managing a repository for everything of that would just bloat things up.


For example my main repository (scrapbook) has one branch for java 
projects (little ones) one branch for scripts and so on. The branch for 
scripts has several folders for each scripting-language, filesystem 
looks routhly like this:


fossil-root
- java
-- java proj 1
-- java proj 2
-- java proj 3
- scripts
-- bash
-- awk
-- batch

But as you know, time passes by and a small pet-project evolves, maybe 
theres a new usecase where the old code can be a good startup. Now 
theres one project between 50 small ones thats worthy beeing exportet to 
an own branch or maybe even a repository if it still gets bigger.


Is there a way to achive this or is the only way to just copy the files 
over and check into a new repository while loosing all history?


Thanks for reading

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


[fossil-users] C API

2012-01-06 Thread Chad Perrin
Is there a C API for Fossil?  I haven't found one yet. . . .

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
___
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] C API

2012-01-06 Thread Stephan Beal
On Fri, Jan 6, 2012 at 11:50 PM, Chad Perrin c...@apotheon.net wrote:

 Is there a C API for Fossil?  I haven't found one yet. . . .


There's no library-level API, no - it's a monolithic application. What is
it you're trying/wanting to do, and maybe we can suggest an approach?

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
___
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] C API

2012-01-06 Thread Chad Perrin
On Fri, Jan 06, 2012 at 11:52:51PM +0100, Stephan Beal wrote:
 On Fri, Jan 6, 2012 at 11:50 PM, Chad Perrin c...@apotheon.net wrote:
 
  Is there a C API for Fossil?  I haven't found one yet. . . .
 
 
 There's no library-level API, no - it's a monolithic application. What is
 it you're trying/wanting to do, and maybe we can suggest an approach?

I'm looking into writing a Ruby API, which I figured I'd base on a C API
if such a beast existed.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users