mirror of https://github.com/sbt/sbt.git
Silence svn checkout output
This commit is contained in:
parent
bcfe46c019
commit
3514ad7039
|
|
@ -42,13 +42,13 @@ object Resolvers
|
|||
val revision = uri.getFragment
|
||||
Some {
|
||||
() => creates(localCopy) {
|
||||
run("svn", "checkout", "-r", revision, from, to)
|
||||
run("svn", "checkout", "-q", "-r", revision, from, to) |>: stdout
|
||||
}
|
||||
}
|
||||
} else
|
||||
Some {
|
||||
() => creates(localCopy) {
|
||||
run("svn", "checkout", from, to)
|
||||
run("svn", "checkout", "-q", from, to) |>: stdout
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue