On Tue, Mar 06, 2007 at 09:53:35AM -0500, A.M. Kuchling wrote:
> initial setup seems very slow: SVK is retrieving each of 54165
> revisions and it'll probably take over an hour to complete.

It's even worse than that.  Retrying with the trunk, SVK synced 500
revisions in about 10 minutes.  We have 54165 revisions (not all trunk
ones).  That means it will take about 54165/500 * 10 minutes = 1080
minutes = 18 hours.  Yikes!

SVK has an option to skip revisions, the -s argument to sync, but it 
doesn't seem to work:

[EMAIL PROTECTED]:~/tmp$ svk mirror http://svn.python.org/projects/python/ 
//mirror/python
Committed revision 1977.
[EMAIL PROTECTED]:~/tmp$ svk sync -s 54100 //mirror/python
HTTP Path Not Found: REPORT request failed on '/projects/!svn/bc/1/python': 
'/projects/!svn/bc/1/python' path not found
[EMAIL PROTECTED]:~/tmp$

--amk
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to