Re: [fossil-users] Hosted fossil solution

2010-07-31 Thread Dig412
This looks great! I had a similar idea a while back, but I was going to call
it Dig-site (i.e. a place you would find fossils).

Are you planning on releasing the code? This could be really useful for
development shops to run on their own servers to manage projects.

Doug

On 31 July 2010 02:29, altufa...@mail.com wrote:

 This site works like a charm... Thanks for the great tool!

 - Altu


 -Original Message-
 From: James Turner ja...@calminferno.net
 To: fossil-users@lists.fossil-scm.org
 Sent: Sat, Jul 31, 2010 5:08 am
 Subject: Re: [fossil-users] Hosted fossil solution




 On Jul 27, 2010, at 10:42 PM, Richard Hipp wrote:




 On Tue, Jul 27, 2010 at 10:15 PM, James Turner ja...@calminferno.net
 wrote:

 Alright well I finally managed to sit down over the weekend and get
 something up and running. You can check out the web app at:


 http://chiselapp.com


 You can currently create an account, create new repositories as well as
 clone existing ones. Repositories are served up like:


 https://chiselapp.com/user/james/repository/fossil


 Currently I'm limiting 5 repositories per account, everything should be
 considered in an alpha state, but so far everything seems to be running
 smoothly. Let me know if you run into any issues or have suggestions.
 Thanks.


 Very nice.  Thanks for this!

 I added a link to Chisel from the Fossil homepage.  Will the mirror of
 Fossil that you have on Chisel automatically sync at some point?  Do
 you have a cron job that does that?  How does that work?




 If you clone another repository if added an option to have auto pull's
 happen every hour if desired, like you said this is good for
 repositories that just mirror other ones. Thanks again for the
 suggestion.


 snip


 --
 -
 D. Richard Hipp
 d...@sqlite.org
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users




 ___fossil-users mailing
 listfossil-us...@lists.fossil-scm.orghttp://lists.fossil-scm.org:8080/cgi
 -bin/mailman/listinfo/fossil-users

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

___
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] A lightweight plain skin for Fossil: Plain Wedding

2010-06-23 Thread Dig412
This is a really nice theme, thanks for releasing it!

On 21 June 2010 16:12, zacht...@cis-partners.com wrote:

 I have to say I'd love to see this skin incorporated, very nice work.

 -Original Message-
 From: Richard Hipp d...@sqlite.org
 Sent: Monday, June 21, 2010 11:01am
 To: fossil-users@lists.fossil-scm.org
 Subject: Re: [fossil-users] A lightweight plain skin for Fossil: Plain
 Wedding

 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
 On Mon, Jun 21, 2010 at 10:57 AM, Peter Krantz peter.kra...@gmail.com
 wrote:

  On Mon, Jun 21, 2010 at 16:45, Richard Hipp d...@sqlite.org wrote:
 
   If you can make *specific* suggestions on how to make Fossil easier to
   style, I will likely implement them.
  
 
  I was just trying to find info on the preferred method to submit
  patches. Should they go with tickets or can they be sent to the list?
  Or should I just create a ticket to explain what could be done?
 

 Send patches directly to me or open a ticket.  Whichever is easiest for
 you.


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



 --
 -
 D. Richard Hipp
 d...@sqlite.org


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

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


[fossil-users] content missing - repository jammed

2010-01-28 Thread Dig412
Hi

I'm in the process of learning fossil, and made a repository for an existing
project.
I used fossil add * to add the files, and the initial commit worked.

However, doing fossil open gives the error:
fossil: content missing for resources/Thumbs.db

fossil rm resources/Thumbs.db gives:
fossil: not in the repository: resources/Thumbs.db

Shunning and rebuilding the repository has no effect, and fossil doesn't
complete the open successfully, so I can't do anything with the repository
in it's current state.

How can I fix this error?

Thanks
Doug
___
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] content missing - repository jammed

2010-01-28 Thread Dig412
Yeah, the easy solution is not to add Thumbs.db in the first place, so I
might start from scratch with a new repository.

I was mainly wondering why rm failed, unless I misunderstood what it's
meant to do in the first place. I'd like to get it to a state akin to
thumbs.db never having been added at all.

On 28 January 2010 21:11, Wilson, Ronald rwils...@harris.com wrote:

   Hi
  
   I'm in the process of learning fossil, and made a repository for an
   existing project.
   I used fossil add * to add the files, and the initial commit
 worked.
  
   However, doing fossil open gives the error:
   fossil: content missing for resources/Thumbs.db
  
   fossil rm resources/Thumbs.db gives:
   fossil: not in the repository: resources/Thumbs.db
  
   Shunning and rebuilding the repository has no effect, and fossil
   doesn't complete the open successfully, so I can't do anything with
   the repository in it's current state.
  
   How can I fix this error?
 
  You're going to have to give us additional clues.
 
  D. Richard Hipp
  d...@hwaci.com

 Thumbs.db is a windows file that holds thumbnail images for display in
 the file explorer.  It is automatically generated by the OS for every
 folder that has images or any other document type that would have a
 thumbnail preview.

 Normally this file has the hidden attribute.  Could that be part of the
 problem?  Personally, I don't think that thumbs.db has any business
 being in a source repository, but fossil add *.* would add it without
 asking.

 RW

 Ron Wilson, Engineering Project Lead
 (o) 434.455.6453, (m) 434.851.1612, www.harris.com

 HARRIS CORPORATION   |   RF Communications Division
 assuredcommunications(tm)
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

___
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] content missing - repository jammed

2010-01-28 Thread Dig412
I've made a batch script that replicates the issue. It doesnt give the same
error message, but it demonstrates the problems opening, and failures in
removing, hidden files:

echo test data  hidden_file.txt
echo test data 2  visible_file.txt
attrib +h hidden_file.txt
fossil new hidden-file-test.fossil
fossil open hidden-file-test.fossil
fossil add hidden_file.txt
fossil add visible_file.txt
fossil commit
fossil close
fossil open hidden-file-test.fossil
fossil rm hidden_file.txt
fossil close

Hopefully this is helpful.

On 28 January 2010 22:11, Wilson, Ronald rwils...@harris.com wrote:

  Yeah, the easy solution is not to add Thumbs.db in the first place, so I
  might start from scratch with a new repository.
 
  I was mainly wondering why rm failed, unless I misunderstood what it's
  meant to do in the first place. I'd like to get it to a state akin to
  thumbs.db never having been added at all.

 I have not had good luck removing anything permanently from fossil.  Maybe
 I'm missing something, but fossil doesn't like to let go of anything.

 I wonder if there is a bug with adding hidden files.  I don't have time to
 investigate right now, but if you could create a simple script that
 reproduces the problem that would be helpful.  I think it would be
 reasonable for fossil not to add hidden files by default and create an
 option that will add hidden files, e.g. fossil add *.* --add-hidden.

 RW

 Ron Wilson, Engineering Project Lead
 (o) 434.455.6453, (m) 434.851.1612, www.harris.com

  On 28 January 2010 21:11, Wilson, Ronald rwils...@harris.com wrote:
Hi
   
I'm in the process of learning fossil, and made a repository for an
existing project.
I used fossil add * to add the files, and the initial commit
  worked.
   
However, doing fossil open gives the error:
fossil: content missing for resources/Thumbs.db
   
fossil rm resources/Thumbs.db gives:
fossil: not in the repository: resources/Thumbs.db
   
Shunning and rebuilding the repository has no effect, and fossil
doesn't complete the open successfully, so I can't do anything with
the repository in it's current state.
   
How can I fix this error?
  
   You're going to have to give us additional clues.
  
   D. Richard Hipp
   d...@hwaci.com
  Thumbs.db is a windows file that holds thumbnail images for display in
  the file explorer.  It is automatically generated by the OS for every
  folder that has images or any other document type that would have a
  thumbnail preview.
 
  Normally this file has the hidden attribute.  Could that be part of the
  problem?  Personally, I don't think that thumbs.db has any business
  being in a source repository, but fossil add *.* would add it without
  asking.
 
  RW
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

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