[nant-dev] CVS tasks buggy

2003-11-28 Thread Nicklas Norling
Hi.

Started using the two cvs tasks cvs-checkout and cvs-update.
There seems to be some problems with these, at least on my sandbox.
Using NAnt build 20031125.

Using cvs-checkout seems to work just fine, but I can not get
any combination of option(s) to turn compression on. Isn't compression
supposed to work?

Using the cvs-update task all my code, each and every run, will get
updated. This is on consecutive runs, nothing has touched the checked
out files in-between. TortoiseCVS shows everything as changed when I browse
the folders (directly after a checkout or update) if that's any lead...

If at all possible, please make compression work for the cvs task.
It can be of great importance for many I think.

Also very minor, but since I ran into them...
A few cosmetics for the docs

Checkout task examples at the bottom has begin tag instead of end tag
(/cvs-checkout).

cvs-update middle example is a cvs-checkout task, also the two at the bottom
are missing close tag and have begin tag instead.

Thanks for a great work of getting cvs tasks for NAnt!

/Nicke


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


RE: [nant-dev] CVS tasks buggy

2003-11-28 Thread Clayton Harbour
Thanks for the feedback Nickle, I have forwarded this on to the
sharpcvslib-developers mailing list as well.

I will look into exposing the compression option to the nant task.  The
functionality is in the library, but I will have to check and see how
much testing we have done with this.

I am not sure off the top of my head what is going on with the update
command.  I have filed a bug report and will do some testing on this
end.  In the meantime do you know if the correct sources are being
brought down?  If so it might be a case of the file modification time
being different (or incorrect I guess (-:).  

I have also updated the documentation in cvs, thanks!


Clayton

 -Original Message-
 From: Nicklas Norling [mailto:[EMAIL PROTECTED]
 Sent: November 28, 2003 3:29 AM
 To: '[EMAIL PROTECTED]'
 Subject: [nant-dev] CVS tasks buggy
 
 Hi.
 
 Started using the two cvs tasks cvs-checkout and cvs-update.
 There seems to be some problems with these, at least on my sandbox.
 Using NAnt build 20031125.
 
 Using cvs-checkout seems to work just fine, but I can not get
 any combination of option(s) to turn compression on. Isn't compression
 supposed to work?
 
 Using the cvs-update task all my code, each and every run, will get
 updated. This is on consecutive runs, nothing has touched the checked
 out files in-between. TortoiseCVS shows everything as changed when I
 browse
 the folders (directly after a checkout or update) if that's any
lead...
 
 If at all possible, please make compression work for the cvs task.
 It can be of great importance for many I think.
 
 Also very minor, but since I ran into them...
 A few cosmetics for the docs
 
 Checkout task examples at the bottom has begin tag instead of end tag
 (/cvs-checkout).
 
 cvs-update middle example is a cvs-checkout task, also the two at the
 bottom
 are missing close tag and have begin tag instead.
 
 Thanks for a great work of getting cvs tasks for NAnt!
 
 /Nicke
 
 
 ---
 This SF.net email is sponsored by: SF.net Giveback Program.
 Does SourceForge.net help you be more productive?  Does it
 help you create better code?  SHARE THE LOVE, and help us help
 YOU!  Click Here: http://sourceforge.net/donate/
 ___
 nant-developers mailing list
 [EMAIL PROTECTED]
 https://lists.sourceforge.net/lists/listinfo/nant-developers


---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers


Re: [nant-dev] CVS tasks buggy

2003-11-28 Thread Nicklas Norling
Hi Clayton.

Thanks again for implementing the cvs task! I'm writing from home now so I
don't
have all the test code ready. I'll try to set things up here as soon as I
can, but I
think this might be a problem with modification date, as you suspected. If I
remember
correctly I think there was no date stamps in one of the files (Entries?) in
the CVS
folder, where TortoisCVS does put timestamps. That should stop it from
diffing
correctly I think?

I also tried cvs diff on one file and got no diff back so it probably
checks out the
correct code (HEAD?).

I don't know anything of the zip in the library, but I did notice NAnt's
option tag
supports only specifying name.
E.g. option name=-z6 / would be legal.

Keep up the good work :-)

Let me know if I can help out with anything.
/Nicke

- Original Message - 
From: Clayton Harbour [EMAIL PROTECTED]
To: Nicklas Norling [EMAIL PROTECTED];
[EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]Sent: Friday, November 28,
2003 5:43 PM
Subject: RE: [nant-dev] CVS tasks buggy


 Thanks for the feedback Nickle, I have forwarded this on to the
 sharpcvslib-developers mailing list as well.

 I will look into exposing the compression option to the nant task.  The
 functionality is in the library, but I will have to check and see how
 much testing we have done with this.

 I am not sure off the top of my head what is going on with the update
 command.  I have filed a bug report and will do some testing on this
 end.  In the meantime do you know if the correct sources are being
 brought down?  If so it might be a case of the file modification time
 being different (or incorrect I guess (-:).

 I have also updated the documentation in cvs, thanks!


 Clayton



---
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
___
nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers