Skip Menu |

This queue is for tickets about the Cvs CPAN distribution.

Report information
The Basics
Id: 2875
Status: resolved
Priority: 0/
Queue: Cvs

People
Owner: Nobody in particular
Requestors: alex.starr [...] st.com
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.01
Fixed in: (no value)



Subject: commit method missing
In Cvs-0.01 there is no commit method, which would be really useful. In the pod section it indicates it perhaps does exist.
From: alex.starr [...] st.com
You can pretty well disregard this request, since the new interface supports it of course. I think it's probably just a case of clarfiying in the pod.
From: Olivier Poitrey <rs [...] rhapsodyk.net>
[guest - Tue Jul 1 15:25:33 2003]: Show quoted text
> In Cvs-0.01 there is no commit method, which would be really useful. > In the pod section it indicates it perhaps does exist.
I don't plan to implement any new methods for moment, cause a lake of time. So feel free to send me patchs.
From: Steven Cotton
[guest - Tue Jul 1 15:25:33 2003]: Show quoted text
> In Cvs-0.01 there is no commit method, which would be really useful. > In the pod section it indicates it perhaps does exist.
I added them to 0.03, much tidier in 0.05. Please let me know of any problems, I haven't had time to do much soak testing so all comments welcome. Steve.
To: bug-Cvs [...] rt.cpan.org
Subject: Re: [cpan #2875] commit method missing
From: Olivier Poitrey <olivier [...] pas-tres.net>
Date: Fri, 13 Feb 2004 10:10:57 +0100
RT-Send-Cc:
"Guest via RT" <bug-Cvs@rt.cpan.org> writes: Show quoted text
> I added them to 0.03, much tidier in 0.05. Please let me know of any > problems, I haven't had time to do much soak testing so all comments > welcome.
The commit method introduced in the 0.03 version didn't changed in the 0.05. So what is the problem ? -- Show quoted text
______________________________________________________________________ O l i v i e r P o i t r e y
[olivier@pas-tres.net - Fri Feb 13 04:15:50 2004]: Show quoted text
> The commit method introduced in the 0.03 version didn't changed in > the 0.05. So what is the problem ?
No problem, except for a lack of significant testing :) Cvs::Command::Commit has changed slightly from 0.03 to 0.05, the order in which the arguments are push_arg'd has changed, and now allows for explicit recursion if 'force' is in use. Steve.