[fossil-users] Fossil ignoring directories starting with _

2018-06-13 Thread Riza Dindir
Hi All,

I am using fossil. Wanted to create a directory that starts with _. But
when i use extras, it does not list the directory and the files in it. And
addremove does not add the directory and its contents to the repository.

How can i solve this problem?

Here is my ignore-glob

*dist*
*DIST*
*cvs*
*CVS*
*~
*.bak
__pychache__

Kind Regards,
Riza Dindir
___
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] fossil local server

2010-11-05 Thread Riza Dindir
On Thu, 04 Nov 2010 19:39:01 +0100, Petr Ferdus wrote

> Subject: Re: [fossil-users] fossil local server
> To: 
> Message-ID: <1288895941.566598.1442.nullmai...@mail1002.cent>
> Content-Type: text/plain; charset=UTF-8
>
>
> __
>> Od: "Wolfgang" 
>> Komu: fossil-users@lists.fossil-scm.org
>> Datum: 04.11.2010 17:22
>> P?edm?t: Re: [fossil-users] fossil local server
>>
>>Richard Hipp  writes:
>>
>>>
>>>
>>> On Thu, Nov 4, 2010 at 3:01 AM, Riza Dindir
>> wrote:
>>>
>>> Maybe what I have understood is incorrect. To state it again. If I run
>>> the fossil server using this
>>> command
>>>   fossil server .
>>> in the directory where the fossil files are (the fossil.exe can be
>>> there too), I should be able to direct
>>> my browser to the fossil repositories as
>>>
>>...
>>
>>> You are correct.  If you pass a directory name to the "server" command then
>>> fossil will serve all repositories named *.fossil in that directory.  I do
>>> this
>>> frequently myself.  I know it works.But I always do it on Linux and Mac.
>>...
>>> Please try your command without the trailing "":
>>> fossil server .
>>...
>>
>>I'm running fossil on multiple machines (XP Pro, XP Home, Win7 HP) as service
>>with the directory option: no problems.
>
> I can use fossil serving multiple repos from a directory along the lines:
>
> start "fossil repositories" /MIN fossil.exe server .
>
> Could you please share what you use in windows service/how you create them.
> If you also serve repositories via https I would like to see the set up of
> that as well.
>
> Thanks
>
> Peter

If you are asking me, I have Windows XP and I am not using any windows
services. I am trying to run this on the command line (for evaluation
purposes). The command is "fossil.exe server ."

rd
___
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] fossil local server

2010-11-05 Thread Riza Dindir
On Thu, 4 Nov 2010 16:22:02 + (UTC), Wolfgang wrote

> Subject: Re: [fossil-users] fossil local server
> To: fossil-users@lists.fossil-scm.org
> Message-ID: 
> Content-Type: text/plain; charset=utf-8
>
> Richard Hipp  writes:
>
>>
>>
>> On Thu, Nov 4, 2010 at 3:01 AM, Riza Dindir
>  wrote:
>>
>> Maybe what I have understood is incorrect. To state it again. If I run
>> the fossil server using this
>> command
>>  ?fossil server .\
>> in the directory where the fossil files are (the fossil.exe can be
>> there too), I should be able to direct
>> my browser to the fossil repositories as
>>
> ...
>
>> You are correct.? If you pass a directory name to the "server" command then
>> fossil will serve all repositories named *.fossil in that directory.? I do
>> this
>> frequently myself.? I know it works.But I always do it on Linux and Mac.
> ...
>> Please try your command without the trailing "\":?
>> fossil server .
> ...
>
> I'm running fossil on multiple machines (XP Pro, XP Home, Win7 HP) as service
> with the directory option: no problems.
>
> Maybe try
>  localhost:8080/repo-name/timeline
> to test, if you have a problem with the redirection to the home page.
>
> Wolfgang
>

Yes that works...

rd
___
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] fossil-users Digest, Vol 34, Issue 10

2010-11-05 Thread Riza Dindir
On Thu, 04 Nov 2010 19:39:01 +0100, Petr Ferdus wrote

> Subject: Re: [fossil-users] fossil local server
> To: 
> Message-ID: <1288895941.566598.1442.nullmai...@mail1002.cent>
> Content-Type: text/plain; charset=UTF-8
>
>
> __
>> Od: "Wolfgang" 
>> Komu: fossil-users@lists.fossil-scm.org
>> Datum: 04.11.2010 17:22
>> P?edm?t: Re: [fossil-users] fossil local server
>>
>>Richard Hipp  writes:
>>
>>>
>>>
>>> On Thu, Nov 4, 2010 at 3:01 AM, Riza Dindir
>> wrote:
>>>
>>> Maybe what I have understood is incorrect. To state it again. If I run
>>> the fossil server using this
>>> command
>>>   fossil server .
>>> in the directory where the fossil files are (the fossil.exe can be
>>> there too), I should be able to direct
>>> my browser to the fossil repositories as
>>>
>>...
>>
>>> You are correct.  If you pass a directory name to the "server" command then
>>> fossil will serve all repositories named *.fossil in that directory.  I do 
>>> this
>>> frequently myself.  I know it works.But I always do it on Linux and Mac.
>>...
>>> Please try your command without the trailing "":
>>> fossil server .
>>...
>>
>>I'm running fossil on multiple machines (XP Pro, XP Home, Win7 HP) as service
>>with the directory option: no problems.
>
> I can use fossil serving multiple repos from a directory along the lines:
>
> start "fossil repositories" /MIN fossil.exe server .
>
> Could you please share what you use in windows service/how you create them. 
> If you also serve repositories via https I would like to see the set up of 
> that as well.
>
> Thanks
>
> Peter

If you are asking me, I have Windows XP and I am not using any windows
services. I am trying to run this on the command line (for evaluation
purposes). The command is "fossil.exe server ."
___
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] fossil-users Digest, Vol 34, Issue 10

2010-11-05 Thread Riza Dindir
On Thu, 4 Nov 2010 16:22:02 + (UTC), Wolfgang wrote

> Subject: Re: [fossil-users] fossil local server
> To: fossil-users@lists.fossil-scm.org
> Message-ID: 
> Content-Type: text/plain; charset=utf-8
>
> Richard Hipp  writes:
>
>>
>>
>> On Thu, Nov 4, 2010 at 3:01 AM, Riza Dindir
>  wrote:
>>
>> Maybe what I have understood is incorrect. To state it again. If I run
>> the fossil server using this
>> command
>>  ?fossil server .\
>> in the directory where the fossil files are (the fossil.exe can be
>> there too), I should be able to direct
>> my browser to the fossil repositories as
>>
> ...
>
>> You are correct.? If you pass a directory name to the "server" command then
>> fossil will serve all repositories named *.fossil in that directory.? I do 
>> this
>> frequently myself.? I know it works.But I always do it on Linux and Mac.
> ...
>> Please try your command without the trailing "\":?
>> fossil server .
> ...
>
> I'm running fossil on multiple machines (XP Pro, XP Home, Win7 HP) as service
> with the directory option: no problems.
>
> Maybe try
>  localhost:8080/repo-name/timeline
> to test, if you have a problem with the redirection to the home page.
>
> Wolfgang
>

Yes that works...

rd
___
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] fossil local server

2010-11-04 Thread Riza Dindir
Hi Richard,

I have tried it without the trailing "\" and it does not work. But
here is the thing I discovered.

When starting the server I can reach the web pages for the fossil
clone I have (myclone.fossil - as
I mentioned before).

Then I thought maybe it has something to do with capital letters in
the file name (well was out of
any ideas and the fossil clone has no caps :) ) and created a new repo
called MyProjects.fossil.
Then I started the server as before

  fossil server .

and tried to get to the project (http://localhost:8080/MyProjects). It
displayed the page for this
repo with a title "Unnamed Fossil Project" and in the body there was a
link "setup/config".

When you click on that link you configure the project. I have added
the project name, description
and the index page. After I have done these I redirected the browser
again to this repo
(http://localhost:8080/MyProjects) and have gotten the same error.

Kind Regards,
rd

>On Thu, 04 Nov 2010 05:16:24 -0700, Richard Hipp wrote
>
>On Thu, Nov 4, 2010 at 3:01 AM, Riza Dindir  wrote:
>
>>
>> Maybe what I have understood is incorrect. To state it again. If I run
>> the fossil server using this
>> command
>>
>>  fossil server .\
>>
>> in the directory where the fossil files are (the fossil.exe can be
>> there too), I should be able to direct
>> my browser to the fossil repositories as
>>
>>  http://localhost:8080/
>>
>> where  will be the names of the fossil files (excluding the
>> .fossil extension). Would this
>> be correct?
>>


You are correct.  If you pass a directory name to the "server" command then
fossil will serve all repositories named *.fossil in that directory.  I do
this frequently myself.  I know it works.

But I always do it on Linux and Mac.  I haven't tested this on windows
lately.  And windows tends to give problems for these kinds of things.
Also, I always omit the trailing directory separator.  Please try your
command without the trailing "\":

  fossil server .

Let me know if omitting the trailing \ does not clear the problem.
___
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] fossil local server

2010-11-04 Thread Riza Dindir
Hmmm, I thought it was for this purpose. What is the server command
used for? Have you ever used that?

2010/11/4 Adam J Richardson :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi Riza,
>
>> Yes I have a directory "path/to/repo" where I have the fossil
>> repositories (with .fossil extensions, two
>> examples created - example1.fossil and example2.fossil - with fossil
>> new and one cloned - the fossil
>> repository) and the fossil.exe. One of the created fossil repository
>> is named example1.fossil (the
>> repo_name was just made up :) ). I run the server in this directory
>> like so
>>
>>    fossil.exe server .\
>
> That command actually does start a web server, but I don't think it's
> the intended usage. You could instead do (tested in XP, works fine):
>
> c:\> start fossil.exe server .\example1.fossil --port 8081
> c:\> start fossil.exe server .\example2.fossil --port 8082
>
> You could make that into a batch script if you have more than two
> fossils. Don't forget the 'start' to spawn duplicate command line
> environments for your web servers.
>
> Good luck,
> Adam J Richardson
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.10 (GNU/Linux)
>
> iEYEARECAAYFAkzSeBUACgkQSUH6dLOqvqnzwACg8E5QkwSWlLqbJKncegHiw/il
> 2gUAn2qKTUo6af7G+YdMpS8zIdwgxGKW
> =srB6
> -END PGP SIGNATURE-
>
___
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] fossil local server

2010-11-04 Thread Riza Dindir
On Wed, 3 Nov 2010 13:17:10 -0400, James Turner wrote

>
> On Wed, Nov 03, 2010 at 06:13:45PM +0100, Stephan Beal wrote:
>> On Wed, Nov 3, 2010 at 4:04 PM, Riza Dindir  wrote:
>>
>> >   The page isn't redirecting properly
>> >
>> >   Firefox has detected that the server is redirecting the request for
>> >   this address in a way that will never complete.
>> >     *   This problem can sometimes be caused by disabling or refusing to
>> >           accept cookies.
>> >
>>
>> Didn't someone else report this problem on the list last week sometime?
>>
>> --
>> - stephan beal
>> http://wanderinghorse.net/home/stephan/
>
> There was a bug if index-page was set that a redirect loop could happen.
> This is fixed in the latest trunk.
>

Have tried this with the latest version (I believe). The version I
have is labeled
as "Fossil snapshot as of 2010-11-01 14:23:35" on the download page and the
file I have downloaded is "fossil-w32-20101101142335.zip".

Maybe what I have understood is incorrect. To state it again. If I run
the fossil server using this
command

  fossil server .\

in the directory where the fossil files are (the fossil.exe can be
there too), I should be able to direct
my browser to the fossil repositories as

  http://localhost:8080/

where  will be the names of the fossil files (excluding the
.fossil extension). Would this
be correct?

Kind Regards,
rd
___
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] Questions about Fossil.

2010-11-03 Thread Riza Dindir
Sorry, did not change the subject...

> Thank you very much for your reply and for developing fossil.
>
> rd
>
> On Wed, 3 Nov 2010 09:07:53 -0400, Richard Hipp wrote
>
>>> Hello,
>>>
>>> I have been using CVS and WinCVS for a while now, and stumbled upon fossil.
>>> I find fossil very interesting, and usefull because it provides tickets,
>>> events, and
>>> a wiki with it, in a standalone single package. Outstanding in my opinion.
>>>
>>> I have a question regarding fossil and its usage. I was using CVS with
>>> modules in the repository. I have many different directories in CVS for
>>> example code, projects, notes, etc. Whatever you can think of. And had many
>>> different levels of subdirectories. My CVS repository has many projects in
>>> it. The CVSROOT is about 250 Meg and counting.
>>>
>>
>> A year and half ago, when the 9-year history of SQLlite was imported from
>> CVS into Fossil, the 320MB CVS repository was rendered into a 35MB Fossil
>> repository. ?Fossil, it seems, does a much better job of compressing. ?(To
>> be fair, most of the 320MB of CVS were contained in the CVSROOT/history
>> file.) ?See http://www.fossil-scm.org/doc/trunk/www/stats.wiki for
>> additional information.
>>
>>>
>>> Given this picture, how could I do that in fossil effectively. Is it better
>>> to provide different repositories for each project, or have all the CVS
>>> repository directory structure reside in one repository file in fossil. If
>>> that repository file (.fossil file) is a couple hundred megabytes (and it
>>> will grow) would that have an impact in the performance, or usage of
>>> fossil?
>>>
>>
>> I would put each independent project in a separate repository.
>>
>>>
>>> Another question would be... Is it possible to selectively check out
>>> one directory and its subdirectories (a module) from the repository?
>>>
>>
>> Fossil does not have the concept of a module or a partial tree check-out.
>> You have to check out the entire tree or none at all. ?This is true of all
>> DVCSes, as far as I am aware.
>>
>>>
>>> Thanks in advance for any information.
>>>
>>> Kind regards,
>>> rd
>>>
___
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] fossil-users Digest, Vol 34, Issue 6

2010-11-03 Thread Riza Dindir
Thank you very much for your reply and for developing fossil.

rd

On Wed, 3 Nov 2010 09:07:53 -0400, Richard Hipp wrote

>> Hello,
>>
>> I have been using CVS and WinCVS for a while now, and stumbled upon fossil.
>> I find fossil very interesting, and usefull because it provides tickets,
>> events, and
>> a wiki with it, in a standalone single package. Outstanding in my opinion.
>>
>> I have a question regarding fossil and its usage. I was using CVS with
>> modules in the repository. I have many different directories in CVS for
>> example code, projects, notes, etc. Whatever you can think of. And had many
>> different levels of subdirectories. My CVS repository has many projects in
>> it. The CVSROOT is about 250 Meg and counting.
>>
>
> A year and half ago, when the 9-year history of SQLlite was imported from
> CVS into Fossil, the 320MB CVS repository was rendered into a 35MB Fossil
> repository.  Fossil, it seems, does a much better job of compressing.  (To
> be fair, most of the 320MB of CVS were contained in the CVSROOT/history
> file.)  See http://www.fossil-scm.org/doc/trunk/www/stats.wiki for
> additional information.
>
>>
>> Given this picture, how could I do that in fossil effectively. Is it better
>> to provide different repositories for each project, or have all the CVS
>> repository directory structure reside in one repository file in fossil. If
>> that repository file (.fossil file) is a couple hundred megabytes (and it
>> will grow) would that have an impact in the performance, or usage of
>> fossil?
>>
>
> I would put each independent project in a separate repository.
>
>>
>> Another question would be... Is it possible to selectively check out
>> one directory and its subdirectories (a module) from the repository?
>>
>
> Fossil does not have the concept of a module or a partial tree check-out.
> You have to check out the entire tree or none at all.  This is true of all
> DVCSes, as far as I am aware.
>
>>
>> Thanks in advance for any information.
>>
>> Kind regards,
>> rd
>>
___
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] fossil local server

2010-11-03 Thread Riza Dindir
On Wed, 03 Nov, 2010 06:54:20 -0700, Laurens Van Houtven wrote

>Can you try it anyway in Firefox? I had a very similar redirect loop problem
>with Chrome nightlies in a different app that magically went away with FF.
>
>lvh

I have tried that, but has the same error, that refers to recursive
behavior that
is seen in chrome. Here is the error...

  The page isn't redirecting properly

  Firefox has detected that the server is redirecting the request for
  this address in a way that will never complete.
    *   This problem can sometimes be caused by disabling or refusing to
          accept cookies.

Kind Regards,
rd
___
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] fossil local server

2010-11-03 Thread Riza Dindir
On Wed, Nov 3, 2010 09:06:08 -0400, Richard Hipp Wrote

> Is your repository named "path/to/repo/repo_name.fossil"?

By the way I am using Windows XP to do all this...

Yes I have a directory "path/to/repo" where I have the fossil repositories
(with .fossil extensions, two
examples created - example1.fossil and example2.fossil - with fossil new and
one cloned - the fossil
repository) and the fossil.exe. One of the created fossil repository is
named example1.fossil (the
repo_name was just made up :) ). I run the server in this directory like so

   fossil.exe server .\

When I want to browse the web interface of a repository I was expecting to
have a url like this.

   http://localhost:8080/example1

But this returns the following error (in chrome - probably the same in
firefox too)

 This webpage has a redirect loop.

  The webpage at *http://localhost:8080/example1/example1* has resulted in
too many redirects. Clearing your

  cookies for this site or allowing third-party cookies may fix the problem.
If not, it is possibly a server configuration issue

  and not a problem with your computer.
I cleared the cookies and have the third-party cookies enabled.But this
returns the same error and the url is changed to

   
http://localhost:8080/example1/example1

Hope this helps.

Kind Regards,
rd
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] fossil local server

2010-11-03 Thread Riza Dindir
Hello,

I want to run the

"fossil server path/to/repo"

command. The "path/to/repo" has 3 fossil files (with .fossil extensions).
When I start the above command and
point the browser to the http://localhost:8080/repo_name it does not open
the repository wiki site/pages.

In the server help it says (fossil help server)

"In the 'server' command, the REPOSITORY can be a directory (aka folder)
that contains one or more respositories with names ending in '.fossil'.
In that case, the first element of the URL is used to select among the
various repositories."

Isn't the URL "http://localhost:8080/repo_name"; correct?

Kind Regards,
rd
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Questions about Fossil.

2010-11-03 Thread Riza Dindir
Hello,

I have been using CVS and WinCVS for a while now, and stumbled upon fossil.
I find fossil very interesting, and usefull because it provides tickets,
events, and
a wiki with it, in a standalone single package. Outstanding in my opinion.

I have a question regarding fossil and its usage. I was using CVS with
modules in the repository. I have many different directories in CVS for
example code, projects, notes, etc. Whatever you can think of. And had many
different levels of subdirectories. My CVS repository has many projects in
it. The CVSROOT is about 250 Meg and counting.

Given this picture, how could I do that in fossil effectively. Is it better
to provide different repositories for each project, or have all the CVS
repository directory structure reside in one repository file in fossil. If
that repository file (.fossil file) is a couple hundred megabytes (and it
will grow) would that have an impact in the performance, or usage of
fossil?

Another question would be... Is it possible to selectively check out
one directory and its subdirectories (a module) from the repository?

Thanks in advance for any information.

Kind regards,
rd
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users