Re: [fossil-users] possible error

2015-03-17 Thread bch
On 3/17/15, Stephan Beal  wrote:
> On Tue, Mar 17, 2015 at 5:52 PM, Ramon Ribó  wrote:
>
>> Usage: c:\other\binutils\fossil.exe sync ?URL?
>> URL must be defined if it has not been already defined with previous
>> invocations of commands remote-url, sync, pull, or push
>>
>
> That shouldn't be necessary. i have always (since 2007) just done:

That won't handle a case where the repo comes to you by (eg) having
the backing sqlite db copied into place as in a cp, email attachment,
etc.

> fossil clone http://... foo.fsl
> mkdir foo
> cd foo
> fossil open ../foo.fsl
>
> and then the remote URL is automatically set to the clone source with no
> additional fiddling needed.
>
> --
> - stephan beal
> http://wanderinghorse.net/home/stephan/
> http://gplus.to/sgbeal
> "Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
> those who insist on a perfect world, freedom will have to do." -- Bigby
> Wolf
>
___
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 error

2015-03-17 Thread Stephan Beal
On Tue, Mar 17, 2015 at 5:52 PM, Ramon Ribó  wrote:

> Usage: c:\other\binutils\fossil.exe sync ?URL?
> URL must be defined if it has not been already defined with previous
> invocations of commands remote-url, sync, pull, or push
>

That shouldn't be necessary. i have always (since 2007) just done:

fossil clone http://... foo.fsl
mkdir foo
cd foo
fossil open ../foo.fsl

and then the remote URL is automatically set to the clone source with no
additional fiddling needed.

-- 
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
___
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 error

2015-03-17 Thread Ramon Ribó
OK. Thanks,

Maybe the error message could be changed to:

Usage: c:\other\binutils\fossil.exe sync ?URL?
URL must be defined if it has not been already defined with previous
invocations of commands remote-url, sync, pull, or push

It looks strange that the help begins with:

fossil help sync
Usage: c:\other\binutils\fossil.exe sync ?URL? ?options?

and the error message with:

fossil sync
Usage: c:\other\binutils\fossil.exe sync URL

RR

2015-03-17 17:23 GMT+01:00 j. van den hoff :
> On Tue, 17 Mar 2015 17:06:33 +0100, Ramon Ribó  wrote:
>
>> fossil version
>> This is fossil version 1.32 [302052d30b] 2015-02-20 08:30:51 UTC
>>
>> fossil sync
>> Usage: c:\other\binutils\fossil.exe sync URL
>>
>> is it not possible to use "sync" without URL?
>
>
> yes, if you have defined a remote URL via `fossil remote-url ' it
> should work.
>
>>
>> RR
>> ___
>> fossil-users mailing list
>> fossil-users@lists.fossil-scm.org
>> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
>
>
> --
> Using Opera's revolutionary email client: http://www.opera.com/mail/
___
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 error

2015-03-17 Thread j. van den hoff
On Tue, 17 Mar 2015 17:06:33 +0100, Ramon Ribó   
wrote:



fossil version
This is fossil version 1.32 [302052d30b] 2015-02-20 08:30:51 UTC

fossil sync
Usage: c:\other\binutils\fossil.exe sync URL

is it not possible to use "sync" without URL?


yes, if you have defined a remote URL via `fossil remote-url ' it  
should work.




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



--
Using Opera's revolutionary email client: http://www.opera.com/mail/
___
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 error

2015-03-17 Thread Martin S. Weber
On 2015-03-17 17:06:33, Ramon Ribó wrote:
> fossil version
> This is fossil version 1.32 [302052d30b] 2015-02-20 08:30:51 UTC
> 
> fossil sync
> Usage: c:\other\binutils\fossil.exe sync URL
> 
> is it not possible to use "sync" without URL?

It is, after you've stored your sync settings (i.e. who is to be your peer)
in your local settings. You can see this url by issuing the "fossil remote-url"
command, and can set it there, too, see fossil help remote-url.
Sample would be fossil remote-url http://u...@ho.st:port/path/to/repo

Have fun,
-Martin
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users