User: sits    
  Date: 08/08/12 22:09:08

  Modified:    .        CHANGELOG
               lib/Codestriker/Repository Perforce.pm
  Log:
  * Creating Perforce topics directly from already committed files in the
    depot did not work if the depot was on a different machine to the
    web-server.  This has now been fixed.
  
  
  
  Index: CHANGELOG
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v
  retrieving revision 1.259
  retrieving revision 1.260
  diff -u -r1.259 -r1.260
  --- CHANGELOG 12 Aug 2008 09:20:22 -0000      1.259
  +++ CHANGELOG 13 Aug 2008 05:09:05 -0000      1.260
  @@ -10,6 +10,10 @@
     
   * Updated install.pl so that it can be executed from any directory, not
     just bin.
  +  
  +* Creating Perforce topics directly from already committed files in the
  +  depot did not work if the depot was on a different machine to the
  +  web-server.  This has now been fixed.  
   
   Version 1.9.6
   
  
  
  
  
  
  Index: Perforce.pm
  ===================================================================
  RCS file: 
/cvsroot/codestriker/codestriker/lib/Codestriker/Repository/Perforce.pm,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Perforce.pm       20 Jun 2008 05:53:01 -0000      1.6
  +++ Perforce.pm       13 Aug 2008 05:09:07 -0000      1.7
  @@ -86,7 +86,9 @@
        my $tag = $start_tag ne '' ? $start_tag : $end_tag;
   
       Codestriker::execute_command($stdout_fh, $stderr_fh, $Codestriker::p4,
  -                 '-u', $self->{user}, '-P', $self->{password}, 'describe',
  +                  '-p', $self->{hostname} . ':' . $self->{port},
  +                 '-u', $self->{user}, 
  +                 '-P', $self->{password}, 'describe',
                    '-du', $tag);
       return $Codestriker::OK;
   }
  
  
  

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to