2004-04-29 17:17:02 +02:00
|
|
|
@comment $NetBSD: PLIST,v 1.5 2004/04/29 15:17:02 minskim Exp $
|
1998-02-25 16:44:29 +01:00
|
|
|
bin/tkcvs
|
Update tkcvs to 7.2.
Changes since 7.1.2:
- More merging functionality. Helps you tag the merged-from and merged-to
versions, and if you use the tagnames properly, draws curving arrows between
them to show where merges occurred. The tagnames are configurable with the
cvscfg(mergetoformat) and cvscfg(mergefromformat) variables.
- Requires Tk 8.4 for the curved lines.
- Fixed bug in annotation browser wherein it didn't change colors when
"Days per Color" changed.
- No longer pops an error dialog if the background exec fails. Just beeps at
you. The command's output should tell you what happened.
- TkDiff v4.0:
"r" key binding to recompute diffs
fix for diff symbols in Change Bars disappearing
preferences for showing whitespace differences
better tolerance of Windows filenames
- Bugfix for hangs in 7.1.3
- Bugfix for uninitialized X1 coordinate
- Compatible with CVS 1.11.8, which lost the global -l flag.
- Mainline tkdiff is back. Tkdiff is on Sourceforge now and there's an
official beta, which is pretty stable.
- Annotation browsing is available from the log branch browser. There's also
a button on the main window to make it more likely that people will discover
the function, which can be most useful.
- Merging will work to the branch as well as to the trunk in the logcanvas
browser.
- Solved a few problems with the exec functionality. High CPU usage is gone.
It now gives back the UI (to one degree or another) and captures
stderr (both) instead of doing one or the other.
- Made a filter for single-line module-diff (patch) output. Now files that
were added, removed, or changed are easier to pick out visually.
- Added an Apply button to the module-level checkout, export, and patch
dialogs. Since they don't save state, you could have to type the same
thing over and over on subsequent operations.
2004-03-09 23:49:48 +01:00
|
|
|
bin/tkdiff
|
2001-02-28 13:29:29 +01:00
|
|
|
man/man1/tkcvs.1
|
|
|
|
share/tkcvs/bitmaps/add.gif
|
|
|
|
share/tkcvs/bitmaps/adir.gif
|
|
|
|
share/tkcvs/bitmaps/amod.gif
|
Update tkcvs to 7.2.
Changes since 7.1.2:
- More merging functionality. Helps you tag the merged-from and merged-to
versions, and if you use the tagnames properly, draws curving arrows between
them to show where merges occurred. The tagnames are configurable with the
cvscfg(mergetoformat) and cvscfg(mergefromformat) variables.
- Requires Tk 8.4 for the curved lines.
- Fixed bug in annotation browser wherein it didn't change colors when
"Days per Color" changed.
- No longer pops an error dialog if the background exec fails. Just beeps at
you. The command's output should tell you what happened.
- TkDiff v4.0:
"r" key binding to recompute diffs
fix for diff symbols in Change Bars disappearing
preferences for showing whitespace differences
better tolerance of Windows filenames
- Bugfix for hangs in 7.1.3
- Bugfix for uninitialized X1 coordinate
- Compatible with CVS 1.11.8, which lost the global -l flag.
- Mainline tkdiff is back. Tkdiff is on Sourceforge now and there's an
official beta, which is pretty stable.
- Annotation browsing is available from the log branch browser. There's also
a button on the main window to make it more likely that people will discover
the function, which can be most useful.
- Merging will work to the branch as well as to the trunk in the logcanvas
browser.
- Solved a few problems with the exec functionality. High CPU usage is gone.
It now gives back the UI (to one degree or another) and captures
stderr (both) instead of doing one or the other.
- Made a filter for single-line module-diff (patch) output. Now files that
were added, removed, or changed are easier to pick out visually.
- Added an Apply button to the module-level checkout, export, and patch
dialogs. Since they don't save state, you could have to type the same
thing over and over on subsequent operations.
2004-03-09 23:49:48 +01:00
|
|
|
share/tkcvs/bitmaps/annotate.gif
|
|
|
|
share/tkcvs/bitmaps/annotate.xbm
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/arrow.gif
|
|
|
|
share/tkcvs/bitmaps/arrow_dn.gif
|
|
|
|
share/tkcvs/bitmaps/arrow_hl_dn.gif
|
|
|
|
share/tkcvs/bitmaps/arrow_hl_up.gif
|
|
|
|
share/tkcvs/bitmaps/arrow_up.gif
|
|
|
|
share/tkcvs/bitmaps/ball.gif
|
|
|
|
share/tkcvs/bitmaps/branch.gif
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/bitmaps/branch.xbm
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/branchtag.gif
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/bitmaps/check.gif
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/checkin.gif
|
|
|
|
share/tkcvs/bitmaps/checkout.gif
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/bitmaps/checkout_opts.gif
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/conflict.gif
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/bitmaps/cvs-says.xbm
|
2001-07-03 22:59:40 +02:00
|
|
|
share/tkcvs/bitmaps/cvsdir.gif
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/delete.gif
|
|
|
|
share/tkcvs/bitmaps/diff.gif
|
|
|
|
share/tkcvs/bitmaps/dir.gif
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/bitmaps/dir.xbm
|
|
|
|
share/tkcvs/bitmaps/dir_new.gif
|
|
|
|
share/tkcvs/bitmaps/dirbranch.gif
|
|
|
|
share/tkcvs/bitmaps/dirbranch.xbm
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/edit.gif
|
|
|
|
share/tkcvs/bitmaps/export.gif
|
|
|
|
share/tkcvs/bitmaps/fileedit.gif
|
|
|
|
share/tkcvs/bitmaps/files.gif
|
|
|
|
share/tkcvs/bitmaps/fileview.gif
|
2001-07-03 22:59:40 +02:00
|
|
|
share/tkcvs/bitmaps/folder.gif
|
|
|
|
share/tkcvs/bitmaps/folderopen.gif
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/import.gif
|
|
|
|
share/tkcvs/bitmaps/logfile.gif
|
|
|
|
share/tkcvs/bitmaps/loop-glasses.gif
|
|
|
|
share/tkcvs/bitmaps/loop-half.gif
|
|
|
|
share/tkcvs/bitmaps/loop.gif
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/bitmaps/man.gif
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/mdir.gif
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/bitmaps/merge.gif
|
|
|
|
share/tkcvs/bitmaps/merge_changes.gif
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/mod.gif
|
|
|
|
share/tkcvs/bitmaps/modbrowse.gif
|
2001-07-03 22:59:40 +02:00
|
|
|
share/tkcvs/bitmaps/paper.gif
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/patches.gif
|
|
|
|
share/tkcvs/bitmaps/patchfile.gif
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/bitmaps/rcsdir.gif
|
Update tkcvs to 7.2.
Changes since 7.1.2:
- More merging functionality. Helps you tag the merged-from and merged-to
versions, and if you use the tagnames properly, draws curving arrows between
them to show where merges occurred. The tagnames are configurable with the
cvscfg(mergetoformat) and cvscfg(mergefromformat) variables.
- Requires Tk 8.4 for the curved lines.
- Fixed bug in annotation browser wherein it didn't change colors when
"Days per Color" changed.
- No longer pops an error dialog if the background exec fails. Just beeps at
you. The command's output should tell you what happened.
- TkDiff v4.0:
"r" key binding to recompute diffs
fix for diff symbols in Change Bars disappearing
preferences for showing whitespace differences
better tolerance of Windows filenames
- Bugfix for hangs in 7.1.3
- Bugfix for uninitialized X1 coordinate
- Compatible with CVS 1.11.8, which lost the global -l flag.
- Mainline tkdiff is back. Tkdiff is on Sourceforge now and there's an
official beta, which is pretty stable.
- Annotation browsing is available from the log branch browser. There's also
a button on the main window to make it more likely that people will discover
the function, which can be most useful.
- Merging will work to the branch as well as to the trunk in the logcanvas
browser.
- Solved a few problems with the exec functionality. High CPU usage is gone.
It now gives back the UI (to one degree or another) and captures
stderr (both) instead of doing one or the other.
- Made a filter for single-line module-diff (patch) output. Now files that
were added, removed, or changed are easier to pick out visually.
- Added an Apply button to the module-level checkout, export, and patch
dialogs. Since they don't save state, you could have to type the same
thing over and over on subsequent operations.
2004-03-09 23:49:48 +01:00
|
|
|
share/tkcvs/bitmaps/rdiff.gif
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/refresh.gif
|
|
|
|
share/tkcvs/bitmaps/remove.gif
|
2001-07-03 22:59:40 +02:00
|
|
|
share/tkcvs/bitmaps/stat_conf.gif
|
|
|
|
share/tkcvs/bitmaps/stat_ex.gif
|
2002-01-28 17:55:53 +01:00
|
|
|
share/tkcvs/bitmaps/stat_kb.gif
|
2001-07-03 22:59:40 +02:00
|
|
|
share/tkcvs/bitmaps/stat_merge.gif
|
|
|
|
share/tkcvs/bitmaps/stat_minus.gif
|
|
|
|
share/tkcvs/bitmaps/stat_mod.gif
|
|
|
|
share/tkcvs/bitmaps/stat_ok.gif
|
|
|
|
share/tkcvs/bitmaps/stat_ood.gif
|
|
|
|
share/tkcvs/bitmaps/stat_plus.gif
|
2002-01-28 17:55:53 +01:00
|
|
|
share/tkcvs/bitmaps/stat_plus_kb.gif
|
2001-07-03 22:59:40 +02:00
|
|
|
share/tkcvs/bitmaps/stat_ques.gif
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/bitmaps/stat_rcs.gif
|
|
|
|
share/tkcvs/bitmaps/stat_rcs_mod.gif
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/tag.gif
|
|
|
|
share/tkcvs/bitmaps/tags.gif
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/bitmaps/tick.xbm
|
2001-10-21 12:02:03 +02:00
|
|
|
share/tkcvs/bitmaps/ticklefish_med.gif
|
2001-07-03 22:59:40 +02:00
|
|
|
share/tkcvs/bitmaps/tkcvs-ghost.xbm
|
|
|
|
share/tkcvs/bitmaps/tkcvs-help.xbm
|
2004-04-29 17:17:02 +02:00
|
|
|
share/tkcvs/bitmaps/tkcvs16.xbm
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/tkcvs48.xbm
|
|
|
|
share/tkcvs/bitmaps/trace.xbm
|
|
|
|
share/tkcvs/bitmaps/unedit.gif
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/bitmaps/updir.gif
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/bitmaps/who.gif
|
2001-07-03 22:59:40 +02:00
|
|
|
share/tkcvs/annotate.tcl
|
|
|
|
share/tkcvs/cde_params.tcl
|
1998-02-25 16:44:29 +01:00
|
|
|
share/tkcvs/commit.tcl
|
|
|
|
share/tkcvs/cvs.tcl
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/dialog.tcl
|
2001-07-03 22:59:40 +02:00
|
|
|
share/tkcvs/dircanvas.tcl
|
1998-02-25 16:44:29 +01:00
|
|
|
share/tkcvs/errors.tcl
|
2001-07-03 22:59:40 +02:00
|
|
|
share/tkcvs/exec.tcl
|
1998-02-25 16:44:29 +01:00
|
|
|
share/tkcvs/filebrowse.tcl
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/gen_log.tcl
|
1998-02-25 16:44:29 +01:00
|
|
|
share/tkcvs/help.tcl
|
|
|
|
share/tkcvs/import.tcl
|
2004-04-29 17:17:02 +02:00
|
|
|
share/tkcvs/import2.tcl
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/joincanvas.tcl
|
1998-02-25 16:44:29 +01:00
|
|
|
share/tkcvs/logcanvas.tcl
|
|
|
|
share/tkcvs/merge.tcl
|
2001-02-28 13:29:29 +01:00
|
|
|
share/tkcvs/modbrowse.tcl
|
|
|
|
share/tkcvs/modtree.tcl
|
1998-02-25 16:44:29 +01:00
|
|
|
share/tkcvs/modules.tcl
|
Upgrade tkcvs from version 7.0.3 to version 7.1.2. (Most notable
change, apart from the layout, is that tkdiff is now called tkdiffb).
Summary of changes as follows:
Release 7.1.2
- Fix bugs
Release 7.1.1
- Fix bugs
- Required Tk version is 8.3, not 8.1
Release 7.1
- New functionality, including
- New graphical tool to help with merging directories and seeing an overview
of the branches.
- New, completely re-written, branching diagram.
- You can invoke the log browser from the command line:
tkcvs [-dir directory] [-root cvsroot] [-win workdir|module] [-log file]
- Option to use an external editor for commit messages so the rcsinfo template
feature can be used.
- A picklist keeps a temporary history of directories visited. Favorite places
can be bookmarked.
- Capability to browse RCS files, in case you find yourself in an
rcs-controlled directory.
- A heavily patched TkDiff that works in AquaTK, in case you're a MacOS X fan.
TkCVS does pretty well in AquaTK as-is, with a few tweaks to tkcvs_def.tcl.
- More intuitive module-operation dialogs contributed by Mike Jagdis.
- Re-arranged buttons. There's a somewhat overwhelming array, but now almost
everything is there without resorting to the menus.
2002-12-22 15:59:25 +01:00
|
|
|
share/tkcvs/picklist.tcl
|
1998-02-25 16:44:29 +01:00
|
|
|
share/tkcvs/reports.tcl
|
2001-07-03 22:59:40 +02:00
|
|
|
share/tkcvs/scrollbindings.tcl
|
1998-02-25 16:44:29 +01:00
|
|
|
share/tkcvs/search.tcl
|
|
|
|
share/tkcvs/static.tcl
|
|
|
|
share/tkcvs/tclIndex
|
|
|
|
share/tkcvs/tkcvs_def.tcl
|
|
|
|
share/tkcvs/tooltips.tcl
|
|
|
|
share/tkcvs/workdir.tcl
|
|
|
|
@dirrm share/tkcvs/bitmaps
|
|
|
|
@dirrm share/tkcvs
|