Issue Details (XML | Word | Printable)

Key: MPCHANGELOG-47
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Kevin Dosey
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Maven 1.x Changelog Plugin

CVS log issue with CVSNT & maven-changelog-plugin

Created: 30/Oct/04 09:36 AM   Updated: 12/Aug/05 03:51 PM   Resolved: 03/Jun/05 11:19 PM
Return to search
Component/s: None
Affects Version/s: 1.7.1
Fix Version/s: 1.8.1

Time Tracking:
Original Estimate: 1 hour
Original Estimate - 1 hour
Remaining Estimate: 1 hour
Remaining Estimate - 1 hour
Time Spent: Not Specified
Time Spent - Not Specified

Environment:
Windows XP
Maven 1.0
maven-changelog-plugin 1.7.1
scm:ssh:...
TortoiseCVS-1.8.3


 Description  « Hide

Using the command displayed while useing the changelog plugin, I can not obtain the log. The fix is to add quotes around the dates specified.

SCM Command Line[0]: cvs
SCM Command Line[1]: -d
SCM Command Line[2]: :ssh:xxx.xxx.xxx.xxx:/usr/local/cvsrepository
SCM Command Line[3]: log
SCM Command Line[4]: -d 2004-09-30<2004-10-31

so that the command line goes from

this: cvs -d :ssh:xxx.xxx.xxx.xxx:/usr/local/cvsrepository log -d 2004-09-30<2004-10-31

to this: cvs -d :ssh:xxx.xxx.xxx.xxx:/usr/local/cvsrepository log -d "2004-09-30<2004-10-31"



Brett Porter made changes - 26/May/05 02:45 AM
Field Original Value New Value
Environment Windows XP
Maven 1.0
maven-changelog-plugin 1.7.1
scm:ssh:...
TortoiseCVS-1.8.3
Windows XP
Maven 1.0
maven-changelog-plugin 1.7.1
scm:ssh:...
TortoiseCVS-1.8.3
Description Using the command displayed while useing the changelog plugin, I can not obtain the log. The fix is to add quotes around the dates specified.

SCM Command Line[0]: cvs
SCM Command Line[1]: -d
SCM Command Line[2]: :ssh:xxx.xxx.xxx.xxx:/usr/local/cvsrepository
SCM Command Line[3]: log
SCM Command Line[4]: -d 2004-09-30<2004-10-31

so that the command line goes from

this: cvs -d :ssh:xxx.xxx.xxx.xxx:/usr/local/cvsrepository log -d 2004-09-30<2004-10-31

to this: cvs -d :ssh:xxx.xxx.xxx.xxx:/usr/local/cvsrepository log -d "2004-09-30<2004-10-31"
Using the command displayed while useing the changelog plugin, I can not obtain the log. The fix is to add quotes around the dates specified.

SCM Command Line[0]: cvs
SCM Command Line[1]: -d
SCM Command Line[2]: :ssh:xxx.xxx.xxx.xxx:/usr/local/cvsrepository
SCM Command Line[3]: log
SCM Command Line[4]: -d 2004-09-30<2004-10-31

so that the command line goes from

this: cvs -d :ssh:xxx.xxx.xxx.xxx:/usr/local/cvsrepository log -d 2004-09-30<2004-10-31

to this: cvs -d :ssh:xxx.xxx.xxx.xxx:/usr/local/cvsrepository log -d "2004-09-30<2004-10-31"
Fix Version/s 1.8 [ 11440 ]
Brett Porter made changes - 03/Jun/05 11:19 PM
Resolution Fixed [ 1 ]
Status Open [ 1 ] Closed [ 6 ]
Alexey Demakov added a comment - 12/Aug/05 03:51 PM

It seems to me that the need for quotes depends on ssh server, not windows. Quotes don't work with W2K and cvs.sf.net server (SSH-1.99-OpenSSH_3.9p1): see MPCHANGELOG-71