[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

faster client pre-1.0: decrease number of files&folders in .svn

From: solo turn <soloturn99_at_yahoo.com>
Date: 2003-02-05 13:06:30 CET

can we make a new pre-1.0 issue for speeding up the client?

contents:
goal is to reduce the number of files and directories held in .svn,
cause this does currently not scale and is unusable for checkouts to
network drives.

especially:
- put prop-base, props, wcprops into entries file
  -3 files per managed file
  -3 folders per managed folder
- put dir-wcprops in entries file
  -1 file per managed folder
- put auth in ~/.subversion
  -1 folder per managed folder
  -2 files per managed folder
- put empty-file, Readme
  in temporary location or root
  -2 files per managed folder
- put format in entries file or root or temporary
  location
  -1 file per managed folder
- eliminat "text-base" folder and store the
  contents directly in .svn
  -1 folder per managed folder

this means in total:
-5 folders per managed folder
-5 files per managed folder
-3 files per manged file

root is the most top folder, where a .svn folder exists.

__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 5 13:08:12 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.