Differences between revisions 4 and 8 (spanning 4 versions)
Revision 4 as of 2008-08-29 16:31:46
Size: 2126
Editor: 194
Comment:
Revision 8 as of 2008-09-01 18:08:41
Size: 1974
Editor: 194
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
 * Basic concepts  * Fundamental concepts
Line 5: Line 5:
    * [[Revisions]]
    * [[Repository file systems]]
    * [[Repository access protocols]]
   * [[Working Copies]]
  * [[SVNKit library]]
  * [[SVNKit alternatives and the benefits of SVNKit]]
 * Diving deeper into SVNKit
  * [[SVNKit Architecture]]
   * [[Repository access protocols supported by SVNKit]]
    * [[http://, https://]]
    * [[svn://, svn+ssh://]]
    * [[file:///]]
    * [[Revision]]
    * [[Update]]
    * [[Commit]]
    * [[File Deltas]]
    * [[Locking]]
   * [[Working Copy]]
    * [[Administrative Files]]
    * [[Journalled Operations]]
    * [[Working Copy Formats]]
 * SVNKit
  * [[SVNKit Design]]
Line 19: Line 18:
    * [[Authenication mechanism]]
     * [[Supporter authentication schemes]]
Line 23: Line 20:
     * [[Applying the servers's changes to the local tree]]
    
  * [[SVNKit high-level API]]
    * [[]]

 * Introduction to version control based on [[http://subversion.tigris.org/|Subversion]] and [[SVNKit]]
  * [[What_Is_Subversion_For|What Is Subversion For]]
  * [[Setting_Up_A_Subversion_Repository|Setting Up A Subversion Repository]]
  * [[SVNKit_Architecture|SVNKit Architecture]]
  * [[Getting_Started_With_SVNKit|Getting Started With SVNKit]]
  * [[Authentication]]
  * [[Managing_Repository_With_SVNKit|Managing Repository With SVNKit]]
   * [[Printing_Out_A_Subversion_Repository_Tree|Printing Out A Subversion Repository Tree]]
   * [[Printing_Out_File_Contents|Printing Out File Contents]]
   * [[Printing_Out_Repository_History|Printing Out Repository History]]
   * [[Committing_To_A_Repository|Editing operation: committing to a repository]]
   * [[Updating_From_A_Repository|Editing Operation: receiving changes from a repository]]
   * [[Replicating_An_Existing_Repository|Replicating An Existing Repository]]
   * [[Managing_A_Working_Copy|Managing A Working Copy]]
 * [[SVNKit]] usage
  * [[Building_SVNKit|Building SVNKit]]
  * [[BuildServer|Build Server]]
  * [[RepositoryLayout|Repository Layout]]
  * [[SVNKit_specific_system_properties|SVNKit specific system properties]]
  * [[Troubleshooting]]
     * [[Applying the server's changes to the local tree]]
   * [[SVNKit high-level API]]
    * [[Working Copy management]]
     * [[SVN*Client hierarchy]]
     * [[Interfaces and default implementations]]
      * [[Event handler]]
      * [[Global run-time options]]
      * [[Automatic conflict resolution (conflict handler)]]
    * [[Creating a brand-new repository]]
   * [[Authentication mechanism]]
    * [[Authentication manager]]
    * [[Authentication provider]]
    * [[User credentials]]
    * [[Supported authentication schemes]]
  * [[SVNKit specific system properties]]
 * SVNKit usage samples
  * [[Using SVNKit low-level API]]
   * [[Fetching file contents from a repository]]
   * [[Fetching changes history from a repository]]
   * [[Printing out a repository tree]]
   * [[Committing changes to a repository]]
   * [[Updating a local tree]]
  * [[Using SVNKit high-level API]]
   * [[Importing to a repository]]
   * [[Checking out a working copy]]
   * [[Getting info from working copy]]
   * [[Getting status of a working copy]]
   * [[Making diff of files]]
   * [[Committing working copy changes]]
   * [[Branching from a working copy]]
   * [[Merging from trunk to a branch]]
   * [[Replicating a repository]]
 * [[Building SVNKit from sources]]
 * [[Third party libraries]]
 * [[Troubleshooting: logging SVNKit operations]]
  * [[Customizing logging]]

Tagle of Contents (last edited 2008-09-02 14:01:48 by 194)