DO NOT REPLY [Bug 27419] - [PATCH] Add support for rlog and tag ranges to CvsChangeLog

2005-03-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27419


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2005-03-16 16:36 ---
*** Bug 27577 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27419] - [PATCH] Add support for rlog and tag ranges to CvsChangeLog

2005-03-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27419





--- Additional Comments From [EMAIL PROTECTED]  2005-03-16 17:09 ---
Hmmm ... gotcha. I'm foggy on this but it does ring a bell.

I *THINK* it was because of some apparent strange behavior in CVS where it
wasn't parsing the rlog commandline parameters properly and it seemed to be
taking the whole line starting with 'rlog' as one paremeter value. That's the
best I've got right now. Might not be necessary depending on the version of CVS.
I can say that a handful of people here have been using this patch for the past
year and it's been working fine for us. I added a code comment so it must have
been for a good reason. Sorry I can't say with certainty what the reason was/is.


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27419] - [PATCH] Add support for rlog and tag ranges to CvsChangeLog

2005-03-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27419





--- Additional Comments From [EMAIL PROTECTED]  2005-03-16 16:58 ---
Rob, I think you've misunderstood my question.  Inside the code, you add rlog as
command argument instead of a command and I don't immediately understand why.

Quite possible that you don't know it either, given the reports is more than a
year old.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27419] - [PATCH] Add support for rlog and tag ranges to CvsChangeLog

2005-03-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27419





--- Additional Comments From [EMAIL PROTECTED]  2005-03-16 16:47 ---
Using tags on a working copy will only log changes between those tags on files
that exist in your working copy. For this to accurately display the differences
between those two tags, your working copy would have to be updated to the more
recent tag. Running the command on the repository removed the need for this, in
fact it removes the need for a working copy altogether.

As to the remote option / rlog task question, it seems to me that this is the
more reuse-friendly/transparent way to go (it would also make it easier to
configure your build to use log or rlog (by passing a property value rather than
use ant-contrib if/then/else constructs). But if you'd rather refactor the
common behavior/interface into an abstract superclass, I guess one could make an
argument to that extent.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27419] - [PATCH] Add support for rlog and tag ranges to CvsChangeLog

2005-03-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27419





--- Additional Comments From [EMAIL PROTECTED]  2005-03-16 16:34 ---
why rlog as a parameter instead of command?

tags are supported since 1.6.1, if you use the tag attribute.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27419] - [PATCH] Add support for rlog and tag ranges to CvsChangeLog

2004-03-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27419

[PATCH] Add support for rlog and tag ranges to CvsChangeLog

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27419] - [PATCH] Add support for rlog and tag ranges to CvsChangeLog

2004-03-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27419

[PATCH] Add support for rlog and tag ranges to CvsChangeLog





--- Additional Comments From [EMAIL PROTECTED]  2004-03-03 21:52 ---
Created an attachment (id=10654)
Documentation patch

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 27419] - [PATCH] Add support for rlog and tag ranges to CvsChangeLog

2004-03-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27419

[PATCH] Add support for rlog and tag ranges to CvsChangeLog





--- Additional Comments From [EMAIL PROTECTED]  2004-03-03 21:52 ---
Created an attachment (id=10653)
Code patch

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]