Project

General

Profile

Actions

Defect #8003

closed

Error raised by reposman.rb under Windows server 2003

Added by Jingyu Zhou about 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM extra
Target version:
Start date:
2011-03-27
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

I found a little bug in extra\svn\reposman.rb file.

When I run this script to create svn repository under Windows Server 2003, it failed:
unable to create D:\SVNRepo\test1 : undefined method `uid' for nil:NilClass

I checked the code and found the function "set_owner_and_rights", so I try to modify this line:
if RUBY_PLATFORM =~ /mswin/
to:
if mswin?
The problem fixed.

Actions #1

Updated by Toshi MARUYAMA about 13 years ago

  • Category set to SCM extra
Actions #2

Updated by Jean-Philippe Lang about 13 years ago

  • Tracker changed from Patch to Defect
  • Subject changed from A little bug of reposman.rb under Windows to Error raised by reposman.rb under Windows server 2003
  • Status changed from New to Resolved
  • Target version set to 1.1.3
  • Resolution set to Fixed

Fixed in r5232, thanks for pointing this out.

Actions #3

Updated by Jean-Philippe Lang almost 13 years ago

  • Status changed from Resolved to Closed
Actions #4

Updated by Chester Martin over 12 years ago

SPAM

Actions

Also available in: Atom PDF