Changeset 88

Show
Ignore:
Timestamp:
2009年05月13日 22时29分40秒 (3 years ago)
Author:
jiangx
Message:

The first time run ci (rcs file not exist yet), using -l option, which makes file with read/write mode.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pysvnmanager/model/rcsbackup.py

    r87 r88  
    6666    if not is_rcs_exist(wcfile): 
    6767        # -l : lock mode, make wcfile writable 
    68         cmd.append('%(cmd)s -i -q -u -t-"%(msg)s" -w"%(user)s" "%(file)s" 2>&1' % \ 
     68        cmd.append('%(cmd)s -i -q -l -t-"%(msg)s" -w"%(user)s" "%(file)s" 2>&1' % \ 
    6969                {'cmd':CMD_CI, "file":wcfile, "msg":comment, "user":user}) 
    7070        # -U : set locking to no-strict.