Re: [fossil-users] Working with .dotfiles

2014-06-13 Thread Urmil Parikh
Thanks!


On Mon, Jun 9, 2014 at 8:30 PM, Stephan Beal sgb...@googlemail.com wrote:

 On Mon, Jun 9, 2014 at 4:18 PM, Urmil Parikh urmilpar...@gmail.com
 wrote:

 Yes, once a .dotfile is added, it shows everywhere but I have a single
 repo with multiple projects and sometimes after adding a new project if I
 forget to use --dotfiles, some files get missed. So, I was wondering if
 there is a project-specific option to not ignore .dotfiles.


 Not that i'm aware of, but this will also do the trick if your problem is
 that you forget specific dotfiles but not others:

 fossil add .[a-zA-Z]*

 (Whether or not you need both lower and upper case is system-config
 dependent, but it can't hurt.)

 or:

 fossil add $(find . -type f -name '.*')


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


___
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] Working with .dotfiles

2014-06-09 Thread Urmil Parikh
Not sure if this message went through...
I'd appreciate a response.


On Tue, Jun 3, 2014 at 8:46 AM, Urmil Parikh urmilpar...@gmail.com wrote:

 I'm using fossil with eclipse based project where .dotfiles are required
 to be source controlled. I'm aware of --dotfiles option but I forget to use
 that sometimes.

 Is there any way by which I can ask fossil assume --dotfiles for all
 applicable commands?
 A project specific setting would be great.

___
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] Working with .dotfiles

2014-06-09 Thread Michai Ramakers
Hello,

 On Tue, Jun 3, 2014 at 8:46 AM, Urmil Parikh urmilpar...@gmail.com wrote:

 I'm using fossil with eclipse based project where .dotfiles are required
 to be source controlled. I'm aware of --dotfiles option but I forget to use
 that sometimes.

 Is there any way by which I can ask fossil assume --dotfiles for all
 applicable commands?
 A project specific setting would be great.

The original message got through all right (you can check on
http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/).

I don't have an answer to your question. Which commands would you
apply the '--dotfiles' to?

What I do here, to make sure I have all dotfiles (if the project in
question has dotfiles, that is), is 'fossil extra --dotfiles' once,
then add and check them in, and diffs/changes in those files will be
seen by e.g. 'fossil changes' or 'fossil stat'.

Michai
___
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] Working with .dotfiles

2014-06-09 Thread Urmil Parikh
Thanks!

Yes, once a .dotfile is added, it shows everywhere but I have a single repo
with multiple projects and sometimes after adding a new project if I forget
to use --dotfiles, some files get missed. So, I was wondering if there is a
project-specific option to not ignore .dotfiles.

- Urmil


On Mon, Jun 9, 2014 at 7:06 PM, Michai Ramakers m.ramak...@gmail.com
wrote:

 Hello,

  On Tue, Jun 3, 2014 at 8:46 AM, Urmil Parikh urmilpar...@gmail.com
 wrote:
 
  I'm using fossil with eclipse based project where .dotfiles are required
  to be source controlled. I'm aware of --dotfiles option but I forget to
 use
  that sometimes.
 
  Is there any way by which I can ask fossil assume --dotfiles for all
  applicable commands?
  A project specific setting would be great.

 The original message got through all right (you can check on
 http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/).

 I don't have an answer to your question. Which commands would you
 apply the '--dotfiles' to?

 What I do here, to make sure I have all dotfiles (if the project in
 question has dotfiles, that is), is 'fossil extra --dotfiles' once,
 then add and check them in, and diffs/changes in those files will be
 seen by e.g. 'fossil changes' or 'fossil stat'.

 Michai
 ___
 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] Working with .dotfiles

2014-06-09 Thread Stephan Beal
On Mon, Jun 9, 2014 at 4:18 PM, Urmil Parikh urmilpar...@gmail.com wrote:

 Yes, once a .dotfile is added, it shows everywhere but I have a single
 repo with multiple projects and sometimes after adding a new project if I
 forget to use --dotfiles, some files get missed. So, I was wondering if
 there is a project-specific option to not ignore .dotfiles.


Not that i'm aware of, but this will also do the trick if your problem is
that you forget specific dotfiles but not others:

fossil add .[a-zA-Z]*

(Whether or not you need both lower and upper case is system-config
dependent, but it can't hurt.)

or:

fossil add $(find . -type f -name '.*')


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