![]() |
| |||||||
| Distribution | SVK [Download] |
| Author | CLKAO [ Chia-liang Kao (高嘉良) ] |
| Version | v2.2.3 |
| Abstract | A decentralized version control system |
| Released | 23 Mar 2010 |
| Size | 493.2 KB |
| MD5 Checksum | 86ad8796345400b7b0338dab7a4ca977 |
| Additional Files | README | META | Changes | Makefile.PL | |
| Links | search.cpan.org | CPAN::Forum | AnnoCPAN | rt.cpan.org | Rating | CPANTS | CPAN testers | Dependencies | Testers matrix | Prerequisites | Algorithm::Annotate | Algorithm::Diff | App::CLI | Class::Accessor::Fast | Class::Autouse | Class::Data::Inheritable | Data::Hierarchy | Encode | File::Spec | File::Temp | Getopt::Long | IO::Digest | List::MoreUtils | Path::Class | PerlIO::eol | PerlIO::via::dynamic | PerlIO::via::symlink | Pod::Escapes | Pod::Simple | SVN::Mirror | SVN::Simple::Edit | Term::ReadKey | Time::HiRes | Time::Progress | UNIVERSAL::require | URI | version | YAML::Syck | |
| SVK [source] [v v2.2.3] | A Distributed Version Control System |
| SVK::Accessor [source] | |
| SVK::Command [source] [v v2.2.3] | Base class and dispatcher for SVK commands |
| SVK::Command::Add [source] [v v2.2.3] | Put files and directories under version control |
| SVK::Command::Admin [source] [v v2.2.3] | Administration tools |
| SVK::Command::Annotate [source] [v v2.2.3] | Display per-line revision and author info |
| SVK::Command::Branch [source] [v v2.2.3] | Manage a project with its branches |
| SVK::Command::Cat [source] [v v2.2.3] | Output the file from depot |
| SVK::Command::Checkout [source] [v v2.2.3] | Checkout the depotpath |
| SVK::Command::Cleanup [source] [v v2.2.3] | Remove stalled locks |
| SVK::Command::Cmerge [source] [v v2.2.3] | Merge specific changes |
| SVK::Command::Commit [source] [v v2.2.3] | Commit changes to depot |
| SVK::Command::Copy [source] [v v2.2.3] | Make a versioned copy |
| SVK::Command::Delete [source] [v v2.2.3] | Remove versioned item |
| SVK::Command::Depotmap [source] [v v2.2.3] | Create or edit the depot mapping configuration |
| SVK::Command::Describe [source] [v v2.2.3] | Describe a change |
| SVK::Command::Diff [source] [v v2.2.3] | Display diff between revisions or checkout copies |
| SVK::Command::Help [source] [v v2.2.3] | Show help |
| SVK::Command::Ignore [source] [v v2.2.3] | Ignore files by setting svn:ignore property |
| SVK::Command::Import [source] [v v2.2.3] | Import directory into depot |
| SVK::Command::Info [source] [v v2.2.3] | Display information about a file or directory |
| SVK::Command::List [source] [v v2.2.3] | List entries in a directory from depot |
| SVK::Command::Log [source] [v v2.2.3] | Show log messages for revisions |
| SVK::Command::Merge [source] [v v2.2.3] | Apply differences between two sources |
| SVK::Command::Mirror [source] [v v2.2.3] | Initialize a mirrored depotpath |
| SVK::Command::Mkdir [source] [v v2.2.3] | Create a versioned directory |
| SVK::Command::Move [source] [v v2.2.3] | Move a file or directory |
| SVK::Command::Patch [source] [v v2.2.3] | Manage patches |
| SVK::Command::Propdel [source] [v v2.2.3] | Delete a property on files or dirs |
| SVK::Command::Propedit [source] [v v2.2.3] | Edit a property on path |
| SVK::Command::Propget [source] [v v2.2.3] | Display a property on path |
| SVK::Command::Proplist [source] [v v2.2.3] | List all properties on files or dirs |
| SVK::Command::Propset [source] [v v2.2.3] | Set a property on path |
| SVK::Command::Pull [source] [v v2.2.3] | Bring changes from another repository |
| SVK::Command::Push [source] [v v2.2.3] | Move changes into another repository |
| SVK::Command::Resolved [source] [v v2.2.3] | Remove conflict mark from checkout items |
| SVK::Command::Revert [source] [v v2.2.3] | Revert changes made in checkout copies |
| SVK::Command::Smerge [source] [v v2.2.3] | Automatically merge all changes between branches |
| SVK::Command::Status [source] [v v2.2.3] | Display the status of items in the checkout copy |
| SVK::Command::Switch [source] [v v2.2.3] | Switch to another branch and keep local changes |
| SVK::Command::Sync [source] [v v2.2.3] | Synchronize a mirrored depotpath |
| SVK::Command::Update [source] [v v2.2.3] | Bring changes from repository to checkout copies |
| SVK::Command::Verify [source] [v v2.2.3] | Verify change signatures |
| SVK::Config [source] [v v2.2.3] | |
| SVK::Depot [source] [v v2.2.3] | Depot class in SVK |
| SVK::Editor [source] | |
| SVK::Editor::ByPass [source] | |
| SVK::Editor::Checkout [v v2.2.3] | |
| SVK::Editor::Combine [source] [v v2.2.3] | An editor combining several editor calls to one |
| SVK::Editor::Combiner [source] [v v2.2.3] | An editor combining several editor calls to one |
| SVK::Editor::Composite [source] [v v2.2.3] | composite editor |
| SVK::Editor::Copy [source] [v v2.2.3] | Turn editor calls to calls with history |
| SVK::Editor::CopyHandler [source] [v v2.2.3] | intercept copies in editor calls |
| SVK::Editor::Delay [source] [v v2.2.3] | |
| SVK::Editor::Diff [source] [v v2.2.3] | An editor for producing textual diffs |
| SVK::Editor::Dynamic [source] | |
| SVK::Editor::FilterProp [source] | |
| SVK::Editor::InteractiveCommitter [source] [v v2.2.3] | |
| SVK::Editor::InteractiveStatus [source] [v v2.2.3] | |
| SVK::Editor::MapRev [source] | |
| SVK::Editor::Merge [source] [v v2.2.3] | An editor that does merges for the storage editor |
| SVK::Editor::Patch [source] [v v2.2.3] | An editor to serialize editor calls. |
| SVK::Editor::PropEol [source] [v v2.2.3] | An editor that normalizes eol for svn: properties |
| SVK::Editor::Rename [source] [v v2.2.3] | An editor that translates editor calls for renamed entries |
| SVK::Editor::Serialize [source] | |
| SVK::Editor::Status [source] [v v2.2.3] | |
| SVK::Editor::SubTree [v v2.2.3] | |
| SVK::Editor::Tee [source] | |
| SVK::Editor::Translate [source] [v v2.2.3] | An editor that translates path names |
| SVK::Editor::TxnCleanup [source] [v v2.2.3] | An editor that aborts a txn when it is aborted |
| SVK::Editor::View [source] [v v2.2.3] | |
| SVK::Editor::XD [source] [v v2.2.3] | An editor for modifying svk checkout copies |
| SVK::I18N [source] | |
| SVK::Inspector [source] | path inspector |
| SVK::Inspector::Compat [source] | |
| SVK::Inspector::Root [source] | |
| SVK::Log::ChangedPath [source] | changes made to a path during in a revision |
| SVK::Log::ChangedPaths [source] | partly lazy list of SVK::Log::ChangedPath objects |
| SVK::Log::Filter [source] | base class for all log filters |
| SVK::Log::Filter::Author [source] | search revisions for given authors |
| SVK::Log::Filter::Grep [source] | search log messages for a given pattern |
| SVK::Log::Filter::Head [source] | pass the first N revisions |
| SVK::Log::Filter::Output [source] | base class for output log filters |
| SVK::Log::Filter::Selection [source] | base class for selection log filters |
| SVK::Log::Filter::Std [source] | display log messages in standard SVK format |
| SVK::Log::Filter::XML [source] | display log messages in XML format |
| SVK::Log::FilterPipeline [source] | a pipeline of log filter objects |
| SVK::Logger [source] [v v2.2.3] | logging framework for SVK |
| SVK::Merge [source] | Merge context class |
| SVK::Merge::Info [source] | Container for merge ticket information |
| SVK::MimeDetect [source] | interface for MIME type detection algorithms |
| SVK::MimeDetect::FileLibMagic [source] | |
| SVK::MimeDetect::FileMMagic [source] | |
| SVK::MimeDetect::FileType [source] | |
| SVK::MimeDetect::Internal [source] | minimalist MIME type detection |
| SVK::Mirror [source] | |
| SVK::Mirror::Backend::SVNRa [source] | |
| SVK::Mirror::Backend::SVNRaPipe [source] | Transparent SVN::Ra requests pipelining |
| SVK::Mirror::Backend::SVNSync [source] | |
| SVK::MirrorCatalog [source] | mirror handling |
| SVK::Notify [source] | svk entry status notification |
| SVK::Patch [source] [v v2.2.3] | Class representing a patch to be applied |
| SVK::Patchset [source] | Calculate patch dependency |
| SVK::Path [source] [v v2.2.3] | SVK path class |
| SVK::Path::Checkout [source] [v v2.2.3] | SVK path class associating a checkout |
| SVK::Path::Txn [source] | |
| SVK::Path::View [source] [v v2.2.3] | |
| SVK::Project [source] [v v2.2.3] | SVK project class |
| SVK::Resolve [source] | Interactively resolve conflicts |
| SVK::Resolve::AraxisMerge [source] | |
| SVK::Resolve::Emacs [source] | |
| SVK::Resolve::FileMerge [source] | |
| SVK::Resolve::GtkDiff [source] | |
| SVK::Resolve::Guiffy [source] | |
| SVK::Resolve::GVim [source] | |
| SVK::Resolve::KDiff3 [source] | |
| SVK::Resolve::Meld [source] | |
| SVK::Resolve::P4WinMerge [source] | |
| SVK::Resolve::TkDiff [source] | |
| SVK::Resolve::TortoiseMerge [source] | |
| SVK::Resolve::Vim [source] | |
| SVK::Resolve::WinMerge [source] | |
| SVK::Resolve::XXDiff [source] | |
| SVK::Root [source] | |
| SVK::Root::Checkout [source] | |
| SVK::Root::View [source] | |
| SVK::Target::Universal [source] [v v2.2.3] | svk target that might not be local |
| SVK::Test [source] [v v2.2.3] | |
| SVK::Util [source] [v v2.2.3] | Utility functions for SVK classes |
| SVK::View [source] | |
| SVK::XD [source] [v v2.2.3] | svk depot and checkout handling. |
| Development Support >> SVK | |
| Data Type Utilities >> SVK | |
| String Lang Text Proc >> SVK | |
| World Wide Web HTML HTTP CGI >> SVK |
| No results found [ppm-request] |
| Problems, suggestions, or comments to Randy Kobes. | Questions? Check the FAQ. | |
| Enable installations using PAR::WebStart. |