Re: [fossil-users] two questions abut git import

2015-01-11 Thread Roy Marples
On Monday 29 Dec 2014 06:30:58 Richard Hipp wrote: > Unfortunately, there is no way to do this for every check-in all at once. > You would have to go through and create separate tags for each check-in. > There is probably a way to script this. But it would be better to change > the names in git pr

Re: [fossil-users] two questions abut git import

2015-01-07 Thread Luca Ferrari
Ciao, On Wed, Jan 7, 2015 at 9:03 AM, Stephan Beal wrote: > When you move a repo you need to close/re-open it again because its location > is stored in the checkout db. thanks! I didn't know that. Luca ___ fossil-users mailing list fossil-users@lists.

Re: [fossil-users] two questions abut git import

2015-01-07 Thread Stephan Beal
On Wed, Jan 7, 2015 at 8:52 AM, Luca Ferrari wrote: > % fossil status > fossil: repository does not exist or is in an unreadable directory > When you move a repo you need to close/re-open it again because its location is stored in the checkout db. -- - stephan beal http://wanderinghorse.n

Re: [fossil-users] two questions abut git import

2015-01-06 Thread Luca Ferrari
Ciao, On Mon, Dec 29, 2014 at 10:17 AM, Baruch Burstein wrote: > No. The Fossil repo is completely self contained and does not depend in any > way on the git repo or even on the git-export file it was created from. > I've moved the fossil repository file to a location where I'd like to keep all

Re: [fossil-users] two questions abut git import

2014-12-29 Thread Stephan Beal
On Mon, Dec 29, 2014 at 12:30 PM, Richard Hipp wrote: > separate tags for each check-in. There is probably a way to script this. > fossil tag add user VERSION USERNAME should do the trick. You'd just need to feed it the list of versions, which you can fetch with something like: echo "select b

Re: [fossil-users] two questions abut git import

2014-12-29 Thread Richard Hipp
On Mon, Dec 29, 2014 at 4:17 AM, Baruch Burstein wrote: > > >> 2) is there a way to change the author name and email of all presents >> commits? >> > > Once the data is in the Fossil repo it cannot be changed. Any changes have > to be done either in the git repository before exporting, or on the

Re: [fossil-users] two questions abut git import

2014-12-29 Thread Gour
On Pon, 2014-12-29 at 11:17 +0200, Baruch Burstein wrote: > Once the data is in the Fossil repo it cannot be changed. Any changes > have to be done either in the git repository before exporting, or on > the exported file before importing. I am not familiar enough with git > to know if such tools e

Re: [fossil-users] two questions abut git import

2014-12-29 Thread Baruch Burstein
On Mon, Dec 29, 2014 at 10:45 AM, Luca Ferrari wrote: > Hi all, > I'm new to fossil, therefore apologize for my trivial questions. I've > imported a quite big git repository (around 500 GB) to fossil without > any problem, but: > 1) if I get it right the fossil repo file must be in the same > dir

[fossil-users] two questions abut git import

2014-12-29 Thread Luca Ferrari
Hi all, I'm new to fossil, therefore apologize for my trivial questions. I've imported a quite big git repository (around 500 GB) to fossil without any problem, but: 1) if I get it right the fossil repo file must be in the same directory of the git tree, and therefore I cannot place it somewhere el