Menu

cvsknit / News: Recent posts

cvsknit 0.9.11 released

cvsknit is a toolset to automate knitting up CVS Repositories from existing source packages. This maybe useful to start revision management with old releases included in the same Repository, and automate external released packages into a CVS Repository.

Version 0.9.11:
* Added ck_reel that automates extracting archives
* Update sample definitions: CVS, Canna, STLport, etc

More info:
http://cvsknit.sourceforge.net/... read more

Posted by heno 2003-12-31

CvsKnit 0.9.10 released

CvsKnit is a CVS automation suite to knit up various CVS repositories from existing source packages. This may be useful for starting revision management with CVS, figuring out when a file had been added, modified, removed, or moved, or for browsing source diffs or annotating between packages via a Web interface.

Version 0.9.10:
* Minor fixes and changes
* Added some command aliases.

Enjoy!

Posted by heno 2003-08-15

CvsKnit 0.9.9 released

CvsKnit is a CVS automation suite to knit up various CVS repositories from existing source packages. This may be useful for starting revision management with CVS, figuring out when a file had been added, modified, removed, or moved, or for browsing source diffs or annotating between packages via a Web interface.

Version 0.9.9:
* ck_update: "--dir" option had been added, adds directories recursively.
* ck_admin: "--entries" optyion had been added, changes kopts in CVS/Entries.
* Minor fixes and changes... read more

Posted by heno 2003-06-09

CvsKnit 0.9.8 released

CvsKnit is a CVS automation suite to knit up various CVS repositories from existing source packages. This may be useful for starting revision management with CVS, figuring out when a file had been added, modified, removed, or moved, or for browsing source diffs or annotating between packages via a Web interface.

Version 0.9.8:
* Added 'ck' enables to call cvsknit more easily
* Separated 'yarn' command
* Minor changes for auto knitting... read more

Posted by heno 2003-05-03

CvsKnit 0.9.7 released

CvsKnit is a CVS automation suite to knit up various CVS repositories from existing source packages. This may be useful for starting revision management with CVS, figuring out when files had been added, modified, or removed, or for browsing source diffs or annotating between packages via a Web interface.

Version 0.9.7:
* Overhaul the code, and especially the log message.

* Enabled casting '-kkv' to all files within Attics and branches.... read more

Posted by heno 2003-04-13

CvsKnit 0.9.6 released

CvsKnit is a CVS automation suite to knit up various CVS Repositories from existing source packages.

* Branch working enabled. You can re-organize various forked packages into one CVS Repository.

* Combination of Hide/Disfinect/Unhide completely avoid CVS file or directory injection from packages.

Please see CHANGES.txt for datails

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cvsknit/cvsknit/CHANGES.txt?rev=1.1.2.9... read more

Posted by heno 2003-03-06

CvsKnit 0.9.5 released

CvsKnit is a suite for knitting up a CVS Repository from existing source packages with their original release dates.

* Now bin/cvsknit is just a wrraper (Become simple and small). The main story is separated into bin/ck_story.

* bin/ck_clean enables cvs checkout tree to 'dodge' some injection attacks by renaming special files. (ex.) CVS/Root <=> CVS/.#Root

See CHANGES.txt for datails
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cvsknit/cvsknit/CHANGES.txt?rev=1.1.2.4... read more

Posted by heno 2003-01-18

CvsKnit 0.9.4 released

cvsknit 0.9.3 -> 0.9.4

BUGS
* [ ck_time 'get' ] Correct a bug in 0.9.3
A verbose slash was included in the response.
(for example) "1995/11/30/ 12:34:56"

FEATURES
* [ cvsknit ] Enable to call Hand-knit commands from cvsknit.
'cvsknit ini|init' calls 'ck_init'
'cvsknit ver|verify' calls 'ck_verify'
'cvsknit upd|update' calls 'ck_update'
'cvsknit cle|clean' calls 'ck_clean'
'cvsknit tim|time' calls 'ck_time'
'cvsknit cas|case' calls 'ck_case'
'cvsknit log' calls 'ck_log'
'cvsknit adm|admin' calls 'ck_admin'... read more

Posted by heno 2003-01-09

CvsKnit 0.9.3 released

cvsknit 0.9.2 -> 0.9.3
* All scripts were moved into 'bin' directory

* Several Hand-knit tools are now available
Some parts of cvsknit were divided as stand-alone tools.
See 'ck_XXXX --help' for usage.

ck_init -- Create CVSROOT and modules in one line
ck_verify -- Verify checkout-tree's functionality
ck_update -- Cast 'cvs add/rm' recursively
ck_clean -- Remove all files only in the cvs tree
ck_time -- Unifies system date handling
ck_case -- Run user-defined script for each cases
(Run Knitcase.txt with arguments)
ck_log -- Create 'cvs up' log, and transition log
(CVSUPLOG.txt, TRANSDETECT.txt) ... read more

Posted by heno 2002-12-31

All latest test repositories are now available.

http://minix-up.sourceforge.jp/CVSlab/

Of course...
* You must know what the cvs is, what 'CVS Repository' mean, and how to use them.
* All test repositories are released 'as-is', and NO WARRANTY.
* Each source license belong to each open-source license. (see http://minix-up.sourceforge.jp/cgi-bin/l.cgi/\)
* You can knit by yourself.
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/cvsknit/cvsknit/defs/
* You can check inside via WWW (maybe the latest only).
http://minix-up.sourceforge.jp/cgi-bin/l.cgi/

Posted by heno 2002-11-24

CvsKnit 0.9.2

What's New
----------

cvsknit 0.9.1 -> 0.9.2
* Maintenance release (no package)
* 'cvs -n up' is used with '-I !' option.
This option forces cvs ignore nothing
except './.cvsignore'.

(Please check out with tag 'CK_REL_0_9_2'.)

Posted by heno 2002-09-28

CvsKnit 0.9.1 released

What's New
----------

cvsknit 0.9 -> 0.9.1
* Add Makefile into sample defs (HOS, OSASK, TOPPERS).
You can fetch / re-package the sources more easily.
(If you don't have 'fetch', use 'wget -nd' instead.)

Enjoy knitting CVS Repository!

Posted by heno 2002-09-21

CvsKnit 0.9 (first release)

CvsKnit allows knitting up a CVS Repository from existing source packages with their originally release dates.

This is first public but developing release of cvsknit.

We are already planning stable release (1.0), and will rewrite 0.9 as soon as possible.

If you feel interesting about it, please read everything carefully, and have a fun with SAMPLE definitions.

Enjoy!

Posted by heno 2002-09-14

Latest srcs were checked in

NOTE: Documents are not there yet.

If you want to test it now ....

Short help:

cvsknit -v ------- shows version
cvsknit -h ------- shows help
cvsknit -V dir/ -- Verify directory
cvsknit dir/ ----- Knitwork start

How to knit automatically:

Two definition file wanted by cvsknit
in the directory:
* Knitwork.txt
* Knitcase.txt

Please see /cvsknit/defs/*
for exsample.

Posted by heno 2002-08-24

Internal release for HOS

Now we (internally) released cvsknit, cvs-repository-making
script, for HOS (Hyper Operating System) developpers as an open
source product.

They had released many snap shot release packages as LHA
archives, and will use the cvsknitted repository (Eighteen
packages released for a half year, were knitted into one
repository) as their main cvs repository in SourceForge.jp.

So It's needded to be proved what knitted the found.... read more

Posted by heno 2002-07-16

CvsKnit approved

CvsKnit allows knitting up existing source packages without cvs into a CVS Repository, with their originally release dates. You'll need a VM or a destructable machine for a safety time trip X-)
I already making this script in other project as a tool, and hope this to be an another project for other people.

The origin: minix-up project (SourceForge.jp)
http://sourceforge.jp/projects/minix-up/

There are some results of this script
http://minix-up.sourceforge.jp/cgi-bin/cvsweb.cgi/CVSrepo/... read more

Posted by heno 2002-07-09
MongoDB Logo MongoDB