[vhffs-dev] [svn] commit: r250 - /trunk/vhffs-api/src/Vhffs/Services/Cvs.pm

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Author: gradator
Date: Sun Oct 29 02:13:03 2006
New Revision: 250

Log:
Fix Cvs new function


Modified:
    trunk/vhffs-api/src/Vhffs/Services/Cvs.pm

Modified: trunk/vhffs-api/src/Vhffs/Services/Cvs.pm
==============================================================================
--- trunk/vhffs-api/src/Vhffs/Services/Cvs.pm (original)
+++ trunk/vhffs-api/src/Vhffs/Services/Cvs.pm Sun Oct 29 02:13:03 2006
@@ -72,6 +72,8 @@
     return undef if( ! ( $cvsroot =~ /[a-z0-9]+/) );
     
     $this->{'cvsroot'} = $cvsroot;
+    $this->{'user'} = $user  if( defined $user );
+    $this->{'group'} = $group  if( defined $group );
     
     bless( $this , $class );
 




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/