You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/10/30 15:37:08 UTC

[jira] Created: (MPCHANGELOG-47) CVS log issue with CVSNT & maven-changelog-plugin

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPCHANGELOG-47

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPCHANGELOG-47
    Summary: CVS log issue with CVSNT & maven-changelog-plugin
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: 1 hour
 Time Spent: Unknown
  Remaining: 1 hour

    Project: maven-changelog-plugin
   Versions:
             1.7.1

   Assignee: 
   Reporter: Kevin Dosey

    Created: Sat, 30 Oct 2004 9:36 AM
    Updated: Sat, 30 Oct 2004 9:36 AM
Environment: 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"


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPCHANGELOG-47) CVS log issue with CVSNT & maven-changelog-plugin

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPCHANGELOG-47?page=all ]

Brett Porter updated MPCHANGELOG-47:
------------------------------------

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

  was:
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"

  was:
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"


> CVS log issue with CVSNT & maven-changelog-plugin
> -------------------------------------------------
>
>          Key: MPCHANGELOG-47
>          URL: http://jira.codehaus.org/browse/MPCHANGELOG-47
>      Project: maven-changelog-plugin
>         Type: Bug
>     Versions: 1.7.1
>  Environment: Windows XP
> Maven 1.0
> maven-changelog-plugin 1.7.1
> scm:ssh:...
> TortoiseCVS-1.8.3
>     Reporter: Kevin Dosey
>      Fix For: 1.8

>
> Original Estimate: 1 hour
>         Remaining: 1 hour
>
> 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"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Commented: (MPCHANGELOG-47) CVS log issue with CVSNT & maven-changelog-plugin

Posted by "Alexey Demakov (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPCHANGELOG-47?page=comments#action_44382 ] 

Alexey Demakov commented on MPCHANGELOG-47:
-------------------------------------------

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 

> CVS log issue with CVSNT & maven-changelog-plugin
> -------------------------------------------------
>
>          Key: MPCHANGELOG-47
>          URL: http://jira.codehaus.org/browse/MPCHANGELOG-47
>      Project: maven-changelog-plugin
>         Type: Bug
>     Versions: 1.7.1
>  Environment: Windows XP
> Maven 1.0
> maven-changelog-plugin 1.7.1
> scm:ssh:...
> TortoiseCVS-1.8.3
>     Reporter: Kevin Dosey
>      Fix For: 1.8.1

>
> Original Estimate: 1 hour
>         Remaining: 1 hour
>
> 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"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPCHANGELOG-47) CVS log issue with CVSNT & maven-changelog-plugin

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPCHANGELOG-47?page=all ]
     
Brett Porter closed MPCHANGELOG-47:
-----------------------------------

    Resolution: Fixed

> CVS log issue with CVSNT & maven-changelog-plugin
> -------------------------------------------------
>
>          Key: MPCHANGELOG-47
>          URL: http://jira.codehaus.org/browse/MPCHANGELOG-47
>      Project: maven-changelog-plugin
>         Type: Bug
>     Versions: 1.7.1
>  Environment: Windows XP
> Maven 1.0
> maven-changelog-plugin 1.7.1
> scm:ssh:...
> TortoiseCVS-1.8.3
>     Reporter: Kevin Dosey
>      Fix For: 1.8

>
> Original Estimate: 1 hour
>         Remaining: 1 hour
>
> 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"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org