On 2/25/15, Marcus Lam wrote:
> Noted.
>
> On the "Fossil Concepts" page, under section "4.2 Manual-Merge Workflow", at
> step 8 there is a typo of "use use".
>
Thanks. Should be fixed now.
--
D. Richard Hipp
d...@sqlite.org
___
fossil-users mailing l
Noted.
On the "Fossil Concepts" page, under section "4.2 Manual-Merge Workflow", at
step 8 there is a typo of "use use".
Regards
Marcus Lam
> Date: Wed, 25 Feb 2015 00:12:36 -0500
> From: d...@sqlite.org
> To: fossil-users@lists.fossil-scm.org
> S
On 2/25/15, Marcus Lam wrote:
> Hi,
>
> New to Fossil. Found a typo while reading the online Fossil Concepts page.
> Want to raise a ticket for that but could not locate instruction for doing
> so. Any pointer?
Email to this mailing list is the fastest way to get something fixed.
--
D. Richar
Hi,
New to Fossil. Found a typo while reading the online Fossil Concepts page.
Want to raise a ticket for that but could not locate instruction for doing so.
Any pointer?
Regards
Marcus Lam
___
fossil-users
On Fri, Nov 7, 2014 at 2:42 AM, Tony Papadimitriou wrote:
> There is also another possibility. Under Windows, you can use the MKLINK
> command to create a directory junction under your project (each project).
> This way you can keep the tree structure you have, keep a single copy of
> your libra
2014 12:32 AM
To: fossil-users@lists.fossil-scm.org
Subject: [fossil-users] Newbie question
Greetings!
First of all, I want to thank you whomever was the creator of this
wonderful
utility. Props to you.
I have a setup on my Windows PC where I have many sources of various
languages. Th
"David Mason" wrote...
I use Unix, so I use symlinks for this, but an alternative is to have
multiple checkouts of the same repo nested inside the other repos,
sort of like:
Assume ~/Fossil/lin.fossil, ~/Fossil/proj0.fossil ~/Fossil/proj1.fossil
mkdir proj0 proj1
cd proj0
fossil open ~/Fossil
Sweet!
- Original Message -
From: Stephan Beal
To: Fossil SCM user's discussion
Sent: Friday, November 07, 2014 10:52 AM
Subject: Re: [fossil-users] Newbie question
On Fri, Nov 7, 2014 at 4:42 PM, David Mason wrote:
The only trick being that you have to rememb
On Fri, Nov 7, 2014 at 4:42 PM, David Mason wrote:
> The only trick being that you have to remember to commit/update when
> you make changes.
>
fossil all changes
can show you which ones have edits.
--
- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom
I use Unix, so I use symlinks for this, but an alternative is to have
multiple checkouts of the same repo nested inside the other repos,
sort of like:
Assume ~/Fossil/lin.fossil, ~/Fossil/proj0.fossil ~/Fossil/proj1.fossil
mkdir proj0 proj1
cd proj0
fossil open ~/Fossil/proj0.fossil
mkdir lib
cd
: [fossil-users] Newbie question
Greetings!
First of all, I want to thank you whomever was the creator of this wonderful
utility. Props to you.
I have a setup on my Windows PC where I have many sources of various
languages. That will be another question later, but today, I have a
project
"B Harder" wrote...
On 11/6/14, jose isaias cabrera wrote:
Greetings!
First of all, I want to thank you whomever was the creator of this
wonderful
utility. Props to you.
That'd be drh (Richard Hipp) and a collection of contributors.
Wow! Dr. Hipp is just full of goodies. :-)
You ne
On 11/6/14, jose isaias cabrera wrote:
>
> Greetings!
>
> First of all, I want to thank you whomever was the creator of this wonderful
>
> utility. Props to you.
That'd be drh (Richard Hipp) and a collection of contributors.
> I have a setup on my Windows PC where I have many sources of variou
Greetings!
First of all, I want to thank you whomever was the creator of this wonderful
utility. Props to you.
I have a setup on my Windows PC where I have many sources of various
languages. That will be another question later, but today, I have a
project, which I created a repo for it, b
On Fri, Jun 8, 2012 at 1:10 AM, Joan Picanyol i Puig wrote:
> > The repo file itself needs to live somewhere outside of the "source
> tree."
>
> I'm not convinced this is true, in fact I believe I've had the repo at
> the root of the checkout some times.
>
Sorry, i was thinking of another case:
[attempting to regroup subthreads]
[if short on time, please skim to the end to comment on the design]
* Martin Gagnon [20120607 12:06]:
> Le 2012-06-07 à 05:30, Joan Picanyol i Puig a écrit :
> > * Andrew Stuart [20120531 16:15]:
> >> There are source code files and also operating system conf
At Thu, 7 Jun 2012 12:11:00 +0200,
Stephan Beal wrote:
> And i would go one step further and NOT use fossil for the system files.
> Fossil does not support file permissions
> other than the +x bit and does not understand user/group ownership. Without
> that, using it for managing system-level
> f
On Thu, Jun 7, 2012 at 1:36 PM, Stephan Beal wrote:
> and fossil tries to be platform-agnostic insofar as is feasible. Once
> fossil has Unix permissions support, people will want extended attributes
> support, ACLs, and other weird stuff (not that Unix permissions aren't
> weird, but they are th
On Thu, Jun 7, 2012 at 12:38 PM, Martin Gagnon wrote:
> sure it would be nice to keep permission and ownership may be storing
> the output of: ls -ln $(fossil ls) in the repo could be used from a
> script to check/restore permissions...
>
Permissions are a touchy subject because they're in
On Thu, Jun 7, 2012 at 6:11 AM, Stephan Beal wrote:
> On Thu, Jun 7, 2012 at 11:30 AM, Joan Picanyol i Puig <
> lists-fos...@biaix.org> wrote:
>
>> * Andrew Stuart [20120531 16:15]:
>> > There are source code files and also operating system configuration
>> > files.
>>
>> I would keep two differ
Le 2012-06-07 à 05:30, Joan Picanyol i Puig a écrit :
> * Andrew Stuart [20120531 16:15]:
>> There are source code files and also operating system configuration
>> files.
>
> I would keep two different repositories. For the second one, see below.
>
>> I use sudo to edit these files as most of
On Thu, Jun 7, 2012 at 11:30 AM, Joan Picanyol i Puig <
lists-fos...@biaix.org> wrote:
> * Andrew Stuart [20120531 16:15]:
> > There are source code files and also operating system configuration
> > files.
>
> I would keep two different repositories. For the second one, see below.
>
And i would
* Andrew Stuart [20120531 16:15]:
> There are source code files and also operating system configuration
> files.
I would keep two different repositories. For the second one, see below.
> I use sudo to edit these files as most of the files are editable only
> by root.
>
> How do I use Fossil i
On Thu, May 31, 2012 at 7:21 AM, Andrew Stuart <
andrew.stu...@supercoders.com.au> wrote:
> Hello all,
>
> I'm a complete newb with fossil and trying to grasp some basic concepts.
>
> I have an Ubuntu system that I am developing on. I want to ensure that
> various files that I modify are in Fossi
Hello all,
I'm a complete newb with fossil and trying to grasp some basic concepts.
I have an Ubuntu system that I am developing on. I want to ensure
that various files that I modify are in Fossil SCM. There are source
code files and also operating system configuration files.
I use sudo
Excellent - thank you!
On 17 February 2012 11:22, Richard Hipp wrote:
>
>
> On Fri, Feb 17, 2012 at 5:51 AM, Bjorn Madsen <
> bjorn.mad...@operationsresearchgroup.com> wrote:
>
>> Hello there,
>> Sorry for the newbie question but I have lived without scm all my life
>> and am just getting into f
On Fri, Feb 17, 2012 at 5:51 AM, Bjorn Madsen <
bjorn.mad...@operationsresearchgroup.com> wrote:
> Hello there,
> Sorry for the newbie question but I have lived without scm all my life and
> am just getting into fossil, as I am about to become a part of a larger
> development project.
>
> bjorn@bo
On Fri, Feb 17, 2012 at 11:51 AM, Bjorn Madsen <
bjorn.mad...@operationsresearchgroup.com> wrote:
> bjorn@box:~/Desktop/fossil-test$ fossil checkout testrepo
> fossil: there are unsaved changes in the current checkout
> bjorn@box:~/Desktop/fossil-test$ fossil commit
> fossil: missing file: dyr.jp
Hello there,
Sorry for the newbie question but I have lived without scm all my life and
am just getting into fossil, as I am about to become a part of a larger
development project.
bjorn@box:~/Desktop/fossil-test$ fossil checkout testrepo
fossil: there are unsaved changes in the current checkout
b
On Tue, 11 Aug 2009 01:39:44 -0700, you wrote:
>Hello,
>I am new to fossil.
>Is there a way to find which files/dirs which have been added to working
>tree and unknown to fossil ?
fossil extra
fossil help extra
fossil help
>Thanks.
>TNT.
--
( Kees Nuyt
)
c[_]
__
Seems to be what I was asking for!
Thanks a lot.
TNT.
On Tue, Aug 11, 2009 at 1:44 AM, Hakki Dogusan wrote:
> Hi,
>
> Think Niht wrote:
> > Hello,
> > I am new to fossil.
> > Is there a way to find which files/dirs which have been added to working
> > tree and unknown to fossil ?
>
> I think i
Hi,
Think Niht wrote:
> Hello,
> I am new to fossil.
> Is there a way to find which files/dirs which have been added to working
> tree and unknown to fossil ?
I think it's called:
fossil extra
> Thanks.
> TNT.
>
--
Regards,
Hakki Dogusan
___
foss
Hello,
I am new to fossil.
Is there a way to find which files/dirs which have been added to working
tree and unknown to fossil ?
Thanks.
TNT.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/
33 matches
Mail list logo