Originally created by: cmpilato
Originally owned by: cmpilato
The following is, I believe, the list of new subcommands and options
introduced in Subversion 1.6.
New 'svn' global options:
--trust-server-cert : accept unknown SSL server certificates without
prompting (but only with '--non-interactive')
--config-option ARG : set user configuration option in the format:
FILE:SECTION:OPTION=[VALUE]
For example:
servers:global:http-library=serf
New 'svn' subcommand options:
svn copy --ignore-externals
svn log --with-no-revprops
svn propget --verbose
New 'svn' subcommand options:
svnlook proplist --xml
New 'svnadmin' subcommand options:
svnadmin create --pre-1.6-compatible
New 'svndumpfilter' subcommand options:
svndumpfilter exclude --targets
svndumpfilter include --targets
New 'svnsync' subcommand:
svnsync info
svnsync info --config-dir
svnsync info --no-auth-cache
svnsync info --non-interactive
svnsync info --password
svnsync info --source-password
svnsync info --source-username
svnsync info --sync-password
svnsync info --sync-username
svnsync info --trust-server-cert
svnsync info --username
New 'svnsync' subcommand options:
svnsync copy-revprops --trust-server-cert
svnsync initialize --trust-server-cert
svnsync synchronize --trust-server-cert
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
(No comment was entered for this change.)
Owner: ---
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
(No comment was entered for this change.)
Owner: cmpilato
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
Also:
svnadmin pack
svnserve --log-file
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
> --config-option ARG : set user configuration option in the format:
> FILE:SECTION:OPTION=[VALUE]
> For example:
> servers:global:http-library=serf
I did this already in [r3905].
> svnsync copy-revprops --trust-server-cert
> svnsync initialize --trust-server-cert
> svnsync synchronize --trust-server-cert
And Julian did these in [r3505].
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
> New 'svn' global options:
>
> --trust-server-cert : accept unknown SSL server certificates without
> prompting (but only with '--non-interactive')
[r3923].
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
> svn copy --ignore-externals
> svn propget --verbose
> svnlook proplist --xml
> svnadmin create --pre-1.6-compatible
These are already mentioned, too. I'll expand a bit on some of them in an upcoming commit, though.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
> svn log --with-no-revprops
> svndumpfilter exclude --targets
> svndumpfilter include --targets
Covered these (plus the aforementioned expansions) in [r3928].
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
> svnadmin pack
This is already covered, too.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
> svnsync info
As is this. (Hoo, dawg, this book writin' stuff is easier than I thot.)
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: cmpilato
> svnserve --log-file
And add this in [r3929]. Fixed.
Status: Fixed