Re: [fossil-users] Quotes

2016-05-19 Thread Andy Bradford
Thus said Richie Adler on Thu, 19 May 2016 18:29:38 -0300: > You don't need to drill your own head to know that the practice is > deadly :) Is it? https://en.wikipedia.org/wiki/Trepanning Andy -- TAI64 timestamp: 4000573ea047 ___

Re: [fossil-users] Automatic Ticket-commit tagging

2016-05-19 Thread Ron W
On Wed, May 18, 2016 at 2:12 PM, Steve Schow wrote: > > I’m going to try to make some kind of wrapper script to my commit command > that can do this for me, but before I embark I am wondering if anyone has > thought of any good ways to do this, perhaps using TH1 in the repo or >

Re: [fossil-users] Quotes

2016-05-19 Thread sky5walk
Fossil is a gem and should not be dismissed or ignored simply because the masses choose git. In fact, I often find the most elegant solutions in the extremes. On Thu, May 19, 2016 at 5:29 PM, Richie Adler wrote: > > Not sure it's fair to include my quote when I've never

Re: [fossil-users] unable to move file

2016-05-19 Thread Warren Young
On May 19, 2016, at 11:51 AM, Steve Schow wrote: > > right, so how do i move a file in the repo from its existing location to a > new subdir that doesn’t exist in the repo yet? I see that you’ve fixed your immediate problem, but I still wanted to address this question. It’s

Re: [fossil-users] Quotes

2016-05-19 Thread Richie Adler
> Not sure it's fair to include my quote when I've never once actually used > git, but I appreciate your vote. You don't need to drill your own head to know that the practice is deadly :) ___ fossil-users mailing list fossil-users@lists.fossil-scm.org

Re: [fossil-users] unable to move file

2016-05-19 Thread Steve Schow
I don’t know…it works now.. I don’t know what I was doing wrong before. Thanks! On May 19, 2016, at 11:58 AM, dewey.hyl...@gmail.com wrote: > what version of fossil are you using? > > this seems to work fine for me, even when only specifying a destination > directory without the filename:

Re: [fossil-users] unable to move file

2016-05-19 Thread dewey.hyl...@gmail.com
what version of fossil are you using? this seems to work fine for me, even when only specifying a destination directory without the filename: [0] [dewey@macchiato:~] $ fossil version This is fossil version 1.34 [62dcb00e68] 2015-11-02 17:35:44 UTC [0] [dewey@macchiato:~] $ mkdir -p

Re: [fossil-users] unable to move file

2016-05-19 Thread Steve Schow
right, so how do i move a file in the repo from its existing location to a new subdir that doesn’t exist in the repo yet? On May 19, 2016, at 11:47 AM, Richard Hipp wrote: > On 5/19/16, Steve Schow wrote: >> I do not know how to checkin a dir to the repo

Re: [fossil-users] unable to move file

2016-05-19 Thread Richard Hipp
On 5/19/16, Steve Schow wrote: > I do not know how to checkin a dir to the repo without any files You cannot. Fossil only tracks files, not directories. -- D. Richard Hipp d...@sqlite.org ___ fossil-users mailing list

Re: [fossil-users] unable to move file

2016-05-19 Thread Steve Schow
As i said, the directory is already made. but its not in the repo since there are no files in it yet checked into the repo. I do not know how to checkin a dir to the repo without any files On May 19, 2016, at 11:29 AM, Andy Goth wrote: > What happens if you make the

Re: [fossil-users] unable to move file

2016-05-19 Thread Andy Goth
What happens if you make the directory first? On May 19, 2016 11:45, "Steve Schow" wrote: > I am having a little problem with one thing in fossil, what am I doing > wrong. > > I have file: > > /foo/bar/is/here > > I want to relocate in the repository src try to: > >

[fossil-users] unable to move file

2016-05-19 Thread Steve Schow
I am having a little problem with one thing in fossil, what am I doing wrong. I have file: /foo/bar/is/here I want to relocate in the repository src try to: /foo/totally/new/location/here /foo is the root of the checkout workspace. the path /foo/totally/new/location/ doesn’t exist