Guest?
 
  • Showing issue #? of ? found
Back to Search
Project
SubGit
Priority
Normal
Type
Task
State
Fixed
Assignee
Semyon Vadishev
Subsystem
Translator Core
Affected versions
No Affected versions
Fix versions
1.0.0 (build 1696), Miai EAP5 (build 1096)
Fixed in build
No Fixed in build
  • Created by   Semyon Vadishev
    16 months ago (02 Jan 2012 18:55)
  • Updated by   Semyon Vadishev
    15 months ago (08 Feb 2012 23:56)
Comments (2)
 
History
 
Linked Issues (?)
 
Semyon Vadishev
  Semyon Vadishev
02 Jan 2012 19:16
16 months ago
Current version:

[core]
shared = false
logs = subgit/logs
errorReport = subgit/error
authorsFile = conf/authors.txt
javaOption = sun.io.useCanonCaches=false
javaOption = java.net.preferIPv4Stack=true
javaOption = -noverify
[git "default"]
translationRoot = /
repository = .git
pathEncoding = MacRoman
trunk = trunk:refs/heads/master
branches = branches/*:refs/heads/*
shelves = shelves/*:refs/shelves/*
tags = tags/*:refs/tags/*
javaOption = java.net.preferIPv4Stack=true
javaOption = sun.io.useCanonCaches=false
javaOption = -noverify
[daemon]
pidFile = subgit.pid
idleTimeout = 5
classpath = subgit/lib
javaOption = java.net.preferIPv4Stack=true
javaOption = sun.io.useCanonCaches=false
javaOption = -noverify

Proposed version:

[core]
shared = false
logs = subgit/logs
errorReport = subgit/error
authorsFile = conf/authors.txt
[git "default"]
translationRoot = /
repository = .git
pathEncoding = MacRoman
trunk = trunk:refs/heads/master
branches = branches/*:refs/heads/*
shelves = shelves/*:refs/shelves/*
tags = tags/*:refs/tags/*
[hooks]
javaOption = sun.io.useCanonCaches=false
javaOption = java.net.preferIPv4Stack=true
javaOption = -noverify
[daemon]
pidFile = subgit.pid
idleTimeout = 5
classpath = subgit/lib
javaOption = java.net.preferIPv4Stack=true
javaOption = sun.io.useCanonCaches=false
javaOption = -noverify
Semyon Vadishev
  Semyon Vadishev
02 Jan 2012 19:20
16 months ago
I've intentionally skipped "-Dsun.io.useCanonCaches=false" from config file, so user won't be able to accidentally remove this option.
Apply Command

Command Preview: