[Bps-public-commit] Shipwright branch, master, updated. 4866b2f6d7b68b7dd7baa9f65db14f5ca7817419

sunnavy at bestpractical.com sunnavy at bestpractical.com
Sun Apr 26 09:14:01 EDT 2009


The branch, master has been updated
       via  4866b2f6d7b68b7dd7baa9f65db14f5ca7817419 (commit)
       via  626c130143c32496fc5676460d3ac0461f4cb386 (commit)
      from  06c93585f8c1a095afe7832fde5a865d33bd5393 (commit)

Summary of changes:
 lib/Shipwright/Manual/Tutorial.pod |    3 ++-
 lib/Shipwright/Script/Update.pm    |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 626c130143c32496fc5676460d3ac0461f4cb386
Author: sunnavy <sunnavy at gmail.com>
Date:   Sun Apr 26 21:13:31 2009 +0800

    doc update

diff --git a/lib/Shipwright/Manual/Tutorial.pod b/lib/Shipwright/Manual/Tutorial.pod
index 24be8b8..e41f343 100644
--- a/lib/Shipwright/Manual/Tutorial.pod
+++ b/lib/Shipwright/Manual/Tutorial.pod
@@ -8,13 +8,14 @@ In this tutorial, we'll create a vessel to represent basic stuff of Shipwright.
 
 =head1 DESCRIPTION
 
-Currently, Shipwright supports 3 kinds of backends: I<SVK>, I<SVN> and I<plain
+Currently, Shipwright supports 3 kinds of backends: I<SVK>, I<SVN>, I<Git> and I<plain
 file system>. e.g.
 
     svn:file:///tmp/svnrepo/foo
     svn:http://svn.example.com/foo
     svk://foo
     svk:/test/foo
+    git:file:///tmp/shipwright.git
     fs:/tmp/foo
 
 Note: since we need C<svk>/C<svn>/C<svnadmin> cmds in in backends, sources or 

commit 4866b2f6d7b68b7dd7baa9f65db14f5ca7817419
Author: sunnavy <sunnavy at gmail.com>
Date:   Sun Apr 26 21:13:42 2009 +0800

    tiny pod update

diff --git a/lib/Shipwright/Script/Update.pm b/lib/Shipwright/Script/Update.pm
index 9203d93..a13d5e4 100644
--- a/lib/Shipwright/Script/Update.pm
+++ b/lib/Shipwright/Script/Update.pm
@@ -302,7 +302,7 @@ Shipwright::Script::Update - Update dist(s) and scripts
 
 =head1 DESCRIPTION
 
-The update command updates one or multiple svk, svn, or CPAN dists in a
+The update command updates one or multiple svk, svn, git or CPAN dists in a
 Shipwright repository to the latest version. 
 To update other types of sources, you must re-import the new version, using the same name in order to overwrite.
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list