Don Harper | 1 Feb 2010 02:31
Picon
Gravatar

Re: Re: How to run 'make test' ?

On Sun, 2010-01-31 at 01:42 +0000, sbankston66 wrote:
> Don, it looks like you are a linux user. if that is so, can you help me with postinstall cygwin 1.7 to run the
todo.sh commands. I downloaded cygwin 1.7 but cant seem to get the setup straight. can you help me with a
link to instructions? i cant seem to download the user guide from the cygwin site. any help would be
appreciated. Thanks...

Well, cygwin is a Windows application, so I am not sure if I can help
you there.  Sorry.

Don

--

-- 
Don Harper <duckunix@...>

------------------------------------

http://todotxt.comYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/todotxt/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/todotxt/join
    (Yahoo! ID required)

<*> To change settings via email:
    todotxt-digest@... 
(Continue reading)

Emil Sit | 1 Feb 2010 05:03
Favicon
Gravatar

Re: How to run 'make test' ?

On Sat, 16 January 2010 at 03:07 (-0000), duckunix wrote:
> I did the following commands, but make test fails with many errors:
> 
> git clone git://github.com/ginatrapani/todo.txt-cli.git
> cd todo.txt-cli/
> git remote add gina git://github.com/ginatrapani/todo.txt-cli.git
> git pull gina tests

You don't need to do the last two lines; your "origin" remote will be
the same as your "gina" remote.   Also, the "tests" branch was merged
into master at some point.  Gina should probably delete the tests branch
from the main repo.

Try nuking your clone and just running "make test" after the first two
lines.

> tests/aggregate-results.sh tests/test-results/t*-*
> fixed   0
> success 0
> failed  145
> broken  0
> total   145

To debug the tests, you can try running:

    make test TEST_OPTIONS=--verbose

That might reveal something informative about why
the tests are failing.

(Continue reading)

Don Harper | 1 Feb 2010 12:36
Picon
Gravatar

Re: How to run 'make test' ?

On Sun, 2010-01-31 at 23:03 -0500, Emil Sit wrote:
> You don't need to do the last two lines; your "origin" remote will be
> the same as your "gina" remote.   Also, the "tests" branch was merged
> into master at some point.  Gina should probably delete the tests branch
> from the main repo.

Ah...that would explain why the tests did not work. :)

> Try nuking your clone and just running "make test" after the first two
> lines.

I did, and things are working as expected.  Thanks!

> > tests/aggregate-results.sh tests/test-results/t*-*
> > fixed   0
> > success 0
> > failed  145
> > broken  0
> > total   145
> 
> To debug the tests, you can try running:
> 
>     make test TEST_OPTIONS=--verbose
> 
> That might reveal something informative about why
> the tests are failing.
> 
> Does running "./todo.sh" work, incidentally?

It appeared to.
(Continue reading)

Gina Trapani | 1 Feb 2010 18:13
Picon
Gravatar

Re: How to run 'make test' ?



On Sun, Jan 31, 2010 at 8:03 PM, Emil Sit <sit-ieou3xBjjIXR7s880joybQ@public.gmane.org> wrote:
Gina should probably delete the tests branch
from the main repo.

Yes, I should--apologies for the confusion Don. I'll delete it today.


--
http://ginatrapani.org
http://twitter.com/ginatrapani


__._,_.___

http://todotxt.com



Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___
Sean Armstrong | 8 Feb 2010 16:02
Picon

Invitation to connect on LinkedIn

LinkedIn

I'd like to add you to my professional network on LinkedIn.

- Sean

Confirm that you know Sean

© 2010, LinkedIn Corporation



__._,_.___

http://todotxt.com



Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___
sbankston66 | 11 Feb 2010 02:35
Picon
Favicon

Re: can you help me please?

Craig, thank you. i hope to use your suggestion in the next few days and
get back to you. Thanks.
--- In todotxt@..., "not.balanced" <notbalanced <at> ...> wrote:
>
> Hi,
>
> Normally, cygwin gets installed to the c:\cygwin\ directory (although
> you could specify a different directory).
>
> If you open the normal cygwin prompt, it actually starts you out in
the
> "c:\cygwin\home\YourUserName" directory.
>
> What you want to do is put the "todo.sh" and "todo.cfg" from the
> todo.txt.zip package in that directory.
>
> The next thing you want to do is edit the line in the todo.cfg file
that
> says:
> export TODO_DIR="C:/Documents and Settings/gina/My Documents"
>
> You want to change that line to where you want your todo.txt to be. 
So
> for example if you have a folder at c:\Documents\todo\ and you want
the
> todo.txt file to be in there, you would change the line to be:
>
> export TODO_DIR="/cygdrive/c/Documents/todo"
>
> (notice the forward slashes (/) rather than backward slashes (\).  It
is
> important to use forward slashes for cygwin)
>
> Also, it would be best not to have spaces in your path, if possible.
> (You can do it, but it is more complicated.)
>
> After you save the todo.cfg file, you should be able to open the
cygwin
> prompt and type:
> ./todo.sh -h
> and you should get the help listing for ./todo.sh
>
> Regarding the .todo file, I think that the latest version of todo.sh
> uses the todo.cfg file instead.
>
> Hope that helps,
> Craig
>
> --- In todotxt@..., "sbankston66" sbankston66 <at>  wrote:
> >
> > I have downloaded the most stable release of the todo.txt.zip
package
> which is 2.5 i think. the .todo file i have does not have
> TODO_DIR="users/gina/documents/todo"; instead it had "~..." cant
> remember after ~. i replaced that line with the path to my
> directory..question ..do i have to name the .todo file as last in teh
> directory? I cant get cydwin to run the command in p7, #3 in
lifehacker
> book. IS the problem with my cydwin? i am beginning to think so...
> > which version of cydwin should i be running? I am so confused and
> could use some help...thanks. I am trying to follow instructions on
p7,
> lifehacker.
> >
>

------------------------------------

http://todotxt.comYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/todotxt/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/todotxt/join
    (Yahoo! ID required)

<*> To change settings via email:
    todotxt-digest@... 
    todotxt-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    todotxt-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

sbankston66 | 11 Feb 2010 03:12
Picon
Favicon

Re: can you help me please?

Craig, thank you. i have a couple of questions.
1. where is the optimal place to put the todo.txt folder?
2. TODO_DIR="/cygdrive/c/Documents/todo"
i didnt know i had to put the cygdrive in there...

3. What you want to do is put the "todo.sh" and "todo.cfg" from the
> > todo.txt.zip package in that directory. do i got to the directory from within cygwin or from within my computer harddrive?

4. does the todo.txt file need to alos be in a 'cygdrive' directory?

5. is there a space in the command before the - h?....    ./todo.sh - h?

Thanks for your help shelly
--- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "sbankston66" <sbankston66 <at> ...> wrote:
>
> Craig, thank you. i hope to use your suggestion in the next few days and
> get back to you. Thanks.
> --- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "not.balanced" notbalanced <at> wrote:
> >
> > Hi,
> >
> > Normally, cygwin gets installed to the c:\cygwin\ directory (although
> > you could specify a different directory).
> >
> > If you open the normal cygwin prompt, it actually starts you out in
> the
> > "c:\cygwin\home\YourUserName" directory.
> >
> > What you want to do is put the "todo.sh" and "todo.cfg" from the
> > todo.txt.zip package in that directory.
> >
> > The next thing you want to do is edit the line in the todo.cfg file
> that
> > says:
> > export TODO_DIR="C:/Documents and Settings/ gina/My Documents"
> >
> > You want to change that line to where you want your todo.txt to be.
> So
> > for example if you have a folder at c:\Documents\todo\ and you want
> the
> > todo.txt file to be in there, you would change the line to be:
> >
> > export TODO_DIR="/cygdrive/c/Documents/todo"
> >
> > (notice the forward slashes (/) rather than backward slashes (\). It
> is
> > important to use forward slashes for cygwin)
> >
> > Also, it would be best not to have spaces in your path, if possible.
> > (You can do it, but it is more complicated.)
> >
> > After you save the todo.cfg file, you should be able to open the
> cygwin
> & gt; prompt and type:
> > ./todo.sh -h
> > and you should get the help listing for ./todo.sh
> >
> > Regarding the .todo file, I think that the latest version of todo.sh
> > uses the todo.cfg file instead.
> >
> > Hope that helps,
> > Craig
> >
> > --- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "sbankston66" sbankston66 <at> wrote:
> > >
> > > I have downloaded the most stable release of the todo.txt.zip
> package
> > which is 2.5 i think. the .todo file i have does not have
> > TODO_DIR="users/gina/documents/todo"; instead it had "~..." cant
> > remember after ~. i replaced that line with the path to my
> > directory..question ..do i have to name the .t odo file as last in teh
> > directory? I cant get cydwin to run the command in p7, #3 in
> lifehacker
> > book. IS the problem with my cydwin? i am beginning to think so...
> > > which version of cydwin should i be running? I am so confused and
> > could use some help...thanks. I am trying to follow instructions on
> p7,
> > lifehacker.
> > >
> >
>


__._,_.___

http://todotxt.com



Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___
sbankston66 | 11 Feb 2010 03:23
Picon
Favicon

Re: can you help me please?

Craig,

I found my c:\cygwin\home\shelly\ directory. I put the todo.sh and
todo.cfg files in this directory. The directory had also three other
files... .bash-profile (2kb); .bashrc (4kb); and .inputrc (2kb); can i
delete these? are they necessary? wonder how they got there and why they
are used. they seem like cygwin files.

Shelly

--- In todotxt@..., "sbankston66" <sbankston66 <at> ...> wrote:
>
> Craig, thank you. i have a couple of questions.
> 1. where is the optimal place to put the todo.txt folder?
> 2. TODO_DIR="/cygdrive/c/Documents/todo"
> i didnt know i had to put the cygdrive in there...
>
> 3. What you want to do is put the "todo.sh" and "todo.cfg" from the
> > > todo.txt.zip package in that directory. do i got to the directory
> from within cygwin or from within my computer harddrive?
>
> 4. does the todo.txt file need to alos be in a 'cygdrive' directory?
>
> 5. is there a space in the command before the - h?....    ./todo.sh -
h?
>
> Thanks for your help shelly
> --- In todotxt@..., "sbankston66" sbankston66 <at>  wrote:
> >
> > Craig, thank you. i hope to use your suggestion in the next few days
> and
> > get back to you. Thanks.
> > --- In todotxt@..., "not.balanced" notbalanced <at>  wrote:
> > >
> > > Hi,
> > >
> > > Normally, cygwin gets installed to the c:\cygwin\ directory
> (although
> > > you could specify a different directory).
> > >
> > > If you open the normal cygwin prompt, it actually starts you out
in
> > the
> > > "c:\cygwin\home\YourUserName" directory.
> > >
> > > What you want to do is put the "todo.sh" and "todo.cfg" from the
> > > todo.txt.zip package in that directory.
> > >
> > > The next thing you want to do is edit the line in the todo.cfg
file
> > that
> > > says:
> > > export TODO_DIR="C:/Documents and Settings/gina/My Documents"
> > >
> > > You want to change that line to where you want your todo.txt to
be.
> > So
> > > for example if you have a folder at c:\Documents\todo\ and you
want
> > the
> > > todo.txt file to be in there, you would change the line to be:
> > >
> > > export TODO_DIR="/cygdrive/c/Documents/todo"
> > >
> > > (notice the forward slashes (/) rather than backward slashes (\).
> It
> > is
> > > important to use forward slashes for cygwin)
> > >
> > > Also, it would be best not to have spaces in your path, if
possible.
> > > (You can do it, but it is more complicated.)
> > >
> > > After you save the todo.cfg file, you should be able to open the
> > cygwin
> > > prompt and type:
> > > ./todo.sh -h
> > > and you should get the help listing for ./todo.sh
> > >
> > > Regarding the .todo file, I think that the latest version of
todo.sh
> > > uses the todo.cfg file instead.
> > >
> > > Hope that helps,
> > > Craig
> > >
> > > --- In todotxt@..., "sbankston66" sbankston66 <at>  wrote:
> > > >
> > > > I have downloaded the most stable release of the todo.txt.zip
> > package
> > > which is 2.5 i think. the .todo file i have does not have
> > > TODO_DIR="users/gina/documents/todo"; instead it had "~..." cant
> > > remember after ~. i replaced that line with the path to my
> > > directory..question ..do i have to name the .todo file as last in
> teh
> > > directory? I cant get cydwin to run the command in p7, #3 in
> > lifehacker
> > > book. IS the problem with my cydwin? i am beginning to think so...
> > > > which version of cydwin should i be running? I am so confused
and
> > > could use some help...thanks. I am trying to follow instructions
on
> > p7,
> > > lifehacker.
> > > >
> > >
> >
>

------------------------------------

http://todotxt.comYahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/todotxt/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/todotxt/join
    (Yahoo! ID required)

<*> To change settings via email:
    todotxt-digest@... 
    todotxt-fullfeatured@...

<*> To unsubscribe from this group, send an email to:
    todotxt-unsubscribe@...

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

not.balanced | 11 Feb 2010 04:17
Picon

Re: can you help me please?

Hi,


--- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "sbankston66" <sbankston66 <at> ...> wrote:
> 1. where is the optimal place to put the todo.txt folder?
You can really put it anywhere, but I recommend a directory that doesn't have spaces in the directory.  So something like c:\Documents\todo\ would work.  You could also put it in the same directory as your todo.sh file.

> 2. TODO_DIR="/cygdrive/c/Documents/todo"
> i didnt know i had to put the cygdrive in there...
>
> 3. What you want to do is put the "todo.sh" and "todo.cfg" from the
> > > todo.txt.zip package in that directory. do i got to the directory
> from within cygwin or from within my computer harddrive?

It doesn't matter.  If you put it in the directory from the computer harddrive, it will show up within cygwin.  It is the same directory.

> 4. does the todo.txt file need to alos be in a 'cygdrive' directory?

"/cygdrive/c/" isn't a directory.  It is the same as "C:\" directory on your harddrive.  It is just the terminology that is used under cygwin to reference the "c:\" directory.

> 5. is there a space in the command before the - h?.... ./todo.sh - h?

Yes.  ./todo.sh<space>-h

> Thanks for your help shelly
> --- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "sbankston66" sbankston66 <at> wrote:
> >
> > Craig, thank you. i hope to use your suggestion in the next few days
> and
> > get back to you. Thanks.
> &g t; --- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "not.balanced" notbalanced <at> wrote:
> > >
> > > Hi,
> > >
> > > Normally, cygwin gets installed to the c:\cygwin\ directory
> (although
> > > you could specify a different directory).
> > >
> > > If you open the normal cygwin prompt, it actually starts you out in
> > the
> > > "c:\cygwin\home\YourUserName" directory.
> > >
> > > What you want to do is put the "todo.sh" and "todo.cfg" from the
> > > todo.txt.zip package in that directory.
> > >
> > > The next thing you want to do is edit the line in the todo.cfg file
> > that
> > > says:
> > > export TODO _DIR="C:/Documents and Settings/gina/My Documents"
> > >
> > > You want to change that line to where you want your todo.txt to be.
> > So
> > > for example if you have a folder at c:\Documents\todo\ and you want
> > the
> > > todo.txt file to be in there, you would change the line to be:
> > >
> > > export TODO_DIR="/cygdrive/c/Documents/todo"
> > >
> > > (notice the forward slashes (/) rather than backward slashes (\).
> It
> > is
> > > important to use forward slashes for cygwin)
> > >
> > > Also, it would be best not to have spaces in your path, if possible.
> > > (You can do it, but it is more complicated.)> > >
> > > After you save the todo.cfg file, you should be able to open the
> > cygwin
> > > prompt and type:
> > > ./todo.sh -h
> > > and you should get the help listing for ./todo.sh
> > >
> > > Regarding the .todo file, I think that the latest version of todo.sh
> > > uses the todo.cfg file instead.
> > >
> > > Hope that helps,
> > > Craig
> > >
> > > --- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "sbankston66" sbankston66 <at> wrote:
> > > >
> > > > I have downloaded the most stable release of the todo.txt.zip
> > package
> > > which is 2.5 i think. the .todo file i have does not have
&g t; > > TODO_DIR="users/gina/documents/todo"; instead it had "~..." cant
> > > remember after ~. i replaced that line with the path to my
> > > directory..question ..do i have to name the .todo file as last in
> teh
> > > directory? I cant get cydwin to run the command in p7, #3 in
> > lifehacker
> > > book. IS the problem with my cydwin? i am beginning to think so...
> > > > which version of cydwin should i be running? I am so confused and
> > > could use some help...thanks. I am trying to follow instructions on
> > p7,
> > > lifehacker.
> > > >
> > >
> >
>


__._,_.___

http://todotxt.com



Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___
not.balanced | 11 Feb 2010 04:26
Picon

Re: can you help me please?

Hi,

Those files are required by cygwin.  Not sure what each is used for, but I know you need them.

The .bash-profile defines the bash environment.
The .bashrc can be used to set up shortcuts.  You could add a line like like:
alias t='$HOME/todo.sh -d $HOME/todo.cfg'
and then instead of typing
./todo.sh

everytime you type a todo.sh command, like ./todo.sh add "This is my todo", you could type:
t add "This is my todo
so the
alias command specifies a shortcut for commands.


Hope that helps,
Craig

--- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "sbankston66" <sbankston66 <at> ...> wrote:
>
> Craig,
>
> I found my c:\cygwin\home\shelly\ directory. I put the todo.sh and
> todo.cfg files in this directory. The directory had also three other
> files... .bash-profile (2kb); .bashrc (4kb); and .inputrc (2kb); can i
> delete these? are they necessary? wonder how they got there and why they
> are used. they seem like cygwin files.
>
> Shelly
>
>
> --- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "sbankston66" sbankston66 <at> wrote:
> >
> > Craig, thank you. i have a couple of questions.
> > 1. where is the optimal place to put the todo.txt folder?
> > 2. TODO_DIR="/cygdrive/c/Documents/todo"
> > i didnt know i had to put the cygdrive in there...
> >
> > 3. What you want to do is put the "todo.sh" and "todo.cfg" from the
> > > > todo.txt.zip package in that directory. do i got to the directory
> > from within cygwin or from within my computer harddrive?
> >
> > 4. does the todo.txt file need to alos be in a 'cygdrive' directory?
> >
> > 5. is there a space in the command before the - h?.... ./todo.sh -
> h?
> >
> > Thanks for your help shelly
> > --- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "sbankston66" sbankston66 <at> wrote:
> > >
> > > Craig, thank you. i hope to use your suggestion in the next few days
> > and
> > > get back to you. Thanks.
> > > --- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "not.balanced" notbalanced <at> wrote:
> > > >
> > > > Hi,
> > > >
> > > > Normally, cygwin gets installed to the c:\cygwin\ directory
> > (although
> > > > you could specify a different directory).
> > > >
> > > > If you open the normal cygwin prompt, it actually starts you out
> in
> > > the
> > > > "c:\cygwin\home\YourUserName" directory.
> > > >
> > > > What you want to do is put the "todo.sh" and "todo.cfg" from the
> > > > todo.txt.zip package in that directory.
> > > >
> > > > The next thing you want to do is edit the line in the todo.cfg
> file
> > > that
> > > > says:
> > > > export TODO_DIR="C:/Documents and Settings/gina/My Documents"
> > > >
> > > > You want to change that line to where you want your todo.txt to
> be.
> > > So
> > > > for example if you have a folder at c:\Documents\todo\ and you
> want
> > > the
> > > > todo.txt file to be in there, you would change the line to be:
> > > >
> > > > export TODO_DIR="/cygdrive/c/Documents/todo"
> > > >
> > > > (notice the forward slashes (/) rather than backward slashes (\).
> > It
> > > is
> > > > important to use forward slashes for cygwin)
> > > >
> > > > Also, it would be best not to have spaces in your path, if
> possible.
> > > > (You can do it, but it i s more complicated.)
> > > >
> > > > After you save the todo.cfg file, you should be able to open the
> > > cygwin
> > > > prompt and type:
> > > > ./todo.sh -h
> > > > and you should get the help listing for ./todo.sh
> > > >
> > > > Regarding the .todo file, I think that the latest version of
> todo.sh
> > > > uses the todo.cfg file instead.
> > > >
> > > > Hope that helps,
> > > > Craig
> > > >
> > > > --- In todotxt-hHKSG33TihhbjbujkaE4pw@public.gmane.org, "sbankston66" sbankston66 <at> wrote:
> > > > >
> > > > > I have downloaded the most stable release of the todo. txt.zip
> > > package
> > > > which is 2.5 i think. the .todo file i have does not have
> > > > TODO_DIR="users/gina/documents/todo"; instead it had "~..." cant
> > > > remember after ~. i replaced that line with the path to my
> > > > directory..question ..do i have to name the .todo file as last in
> > teh
> > > > directory? I cant get cydwin to run the command in p7, #3 in
> > > lifehacker
> > > > book. IS the problem with my cydwin? i am beginning to think so...
> > > > > which version of cydwin should i be running? I am so confused
> and
> > > > could use some help...thanks. I am trying to follow instructions
> on
> > > p7,
> > > > lifehacker.
> > > > >
> > > >
> > >
> >
>


__._,_.___

http://todotxt.com



Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

Gmane