Re: [fossil-users] unable to move file

2016-05-20 Thread Steve Schow
yes I already understood that, I just couldn’t figure out why my fossil mv command wasn’t working On May 19, 2016, at 3:55 PM, Warren Young wrote: > On May 19, 2016, at 11:51 AM, Steve Schow wrote: >> >> right, so how do i move a file in the repo from its

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] 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