First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 29050
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Chuck Short (RETIRED) <zul@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Vaclav Slavik <vslavik@fastmail.fm>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
cvsq-0.4.3.ebuild dev-util/cvsq/cvsq-0.4.3.ebuild text/plain Vaclav Slavik 2003-09-18 05:24 0000 517 bytes Details
cvsq-0.4.3.ebuild.suggestions Ebuild Suggestions text/plain Chuck Short (RETIRED) 2003-09-18 19:23 0000 342 bytes Details
cvsq-0.4.3.ebuild fixed cvsq-0.4.3.ebuild text/plain Vaclav Slavik 2003-09-19 09:39 0000 622 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 29050 depends on: Show dependency tree
Bug 29050 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-09-18 05:22 0000
cvsq is a handy utility that helps in remembering cvs commands that need to be
run (e.g. when offline or dialup or if CVS server is down). From its homepage:

cvsq stands for ``cvs queued'' and it is a small bash script that wraps around
Cyclic's CVS. It makes working with CVS repository a bit easier for people
connected via dial-up, because it can queue CVS commands and pass them to ``real
cvs'' later.

For example, you can commit files immediately after editing them, when being
offline, so you don't forget about them:

    cvsq commit -m "change 1" file1.c
    cvsq commit -m "change 2" file2.c
    cvsq commit -m "change 3" file3.c

And then, when you go online, you simply type

    cvsq upload

and all changes will be commited into the repository. If uploading of a
particular file fails, it won't be lost -- instead, you'll see error message and
the file will stay in cvsq queue.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

------- Comment #1 From Vaclav Slavik 2003-09-18 05:24:24 0000 -------
Created an attachment (id=17946) [details]
dev-util/cvsq/cvsq-0.4.3.ebuild

------- Comment #2 From Chuck Short (RETIRED) 2003-09-18 19:23:14 0000 -------
Created an attachment (id=17960) [details]
Ebuild Suggestions

Hi, I had a look at your ebuild and it was quite good.	I added a DEPEND and
RDEPEND. If you add them to your ebuild then I wouldnt have a problem adding
the ebuild.

------- Comment #3 From Vaclav Slavik 2003-09-19 09:39:05 0000 -------
Created an attachment (id=17987) [details]
fixed cvsq-0.4.3.ebuild

Thanks a lot! And sorry for forgetting to do this. This is new version that
incorporates your patch.

------- Comment #4 From Chuck Short (RETIRED) 2003-09-22 20:03:19 0000 -------
Added to cvs, thanks for the ebuild

First Last Prev Next    No search results available      Search page      Enter new bug