Subject: | sync skip to and up to don't work together |
SVK trunk@2700 and SVN::Mirror trunk@400
$ svk sync -t 1025 //wireshark
Syncing http://anonsvn.wireshark.org/wireshark/trunk
Retrieving log information from 201 to 1025
Committed revision 194 from revision 201.
Committed revision 195 from revision 202.
Committed revision 196 from revision 203.
Committed revision 197 from revision 204.
Committed revision 198 from revision 205.
Committed revision 199 from revision 206.
Committed revision 200 from revision 207.
Committed revision 201 from revision 208.
Interrupted.
$ svk sync -s 1000 -t 1025 //wireshark
svk is now taking a snapshot of the repository at:
http://anonsvn.wireshark.org/wireshark/trunk
This is essentially making a checkout of the url, and is bad if the
url contains directories like trunk and branches. If this isn't what
you mean, please hit ^C.
Syncing http://anonsvn.wireshark.org/wireshark/trunk
Retrieving log information from 1000 to 24459
Interrupted.
--
Best regards, Ruslan.