Index: www/faq.html =================================================================== --- www/faq.html (revision 18945) +++ www/faq.html (working copy) @@ -2202,7 +2202,7 @@ Your repository is not corrupt, nor is your data lost. If your process accesses the repository directly (mod_dav_svn, svnlook, svnadmin, or if you access a `file://' URL), then it's using Berkeley DB to access -your data. Berkeley DB is journaling system, meaning that it logs +your data. Berkeley DB is a journaling system, meaning that it logs everything it is about to do before it does so. If your process is interrupted (Control-C, or segfault), then a lockfile is left behind, along with a logfile describing unfinished business. Any other @@ -2339,11 +2339,11 @@

Your working copy is not corrupt, nor is your data lost. Subversion's -working copy is journaling system, meaning that it logs everything it +working copy is a journaling system, meaning that it logs everything it is about to do before it does so. If the svn client program is interrupted violently (segfault or killed, not with Control-C), then one or more lockfiles are left behind, along with logfiles describing -unfinished business. (The`svn status' command will show an 'L' next +unfinished business. (The `svn status' command will show an 'L' next to locked directories.) Any other process that attempts to access the working copy will fail when it sees the locks. To awaken your working copy, you need to tell the svn client to finish the work. Simply Index: notes/wc-improvements =================================================================== --- notes/wc-improvements (revision 18945) +++ notes/wc-improvements (working copy) @@ -23,7 +23,7 @@ still remain. A good example of the problems caused by the "path as parameter" API -is svn_wc_text_modified_p. It's basic function is to determine if the +is svn_wc_text_modified_p. Its basic function is to determine if the base text file and the working file are the same or different, but physical IO operations have to be repeated because they are buried behind several layers of API. It's difficult to fix without Index: notes/fs-improvements.txt =================================================================== --- notes/fs-improvements.txt (revision 18945) +++ notes/fs-improvements.txt (working copy) @@ -35,7 +35,7 @@ "pumpkin", whatever. We're calling it "copy" :-). It is the SCM branch operation. -First, a node's key consists of three parts +First, a node's key consists of three parts: nodeID.copyID.txnID @@ -473,7 +473,7 @@ just jot down a few thoughts about how this could be done, assuming one of two possible models of storage management in the filesystem: - a) all data store and retreive operations are synchronous; or, + a) all data store and retrieve operations are synchronous; or, b) deltification can run in the background. @@ -490,7 +490,7 @@ b) store the fulltext or delta in the tip and mark it for async modification. Do a) in the background. -2) Retreiving old data +2) Retrieving old data a) If the data is a delta, follow the delte references (combining the deltas) until a fulltext is found; apply the combined delta Index: notes/releases.txt =================================================================== --- notes/releases.txt (revision 18945) +++ notes/releases.txt (working copy) @@ -55,10 +55,8 @@ * fixed: Java bindings compilation. - Differentiate between client-side and server-side changes by, - say, putting them in separate sections. (We don't currently - have an example of this, but we intend to do it for future - CHANGES entries.) + Differentiate between client-side and server-side changes by putting + them in separate sections. Note: CHANGES is maintained on the trunk because future releases should have past releases CHANGES entries. It will be merged onto the branch @@ -87,7 +85,7 @@ Apache. To make sure httpd.conf is properly set up for DAV access, see - subversion/tests/svn/README. + subversion/tests/cmdline/README. You should also have libtool-1.5.14 and autoconf-2.59 installed from source. It is important that you do not use distribution @@ -146,7 +144,7 @@ f) make davcheck For this, start up Apache after having configured according to - the directions in subversion/tests/svn/README. + the directions in subversion/tests/cmdline/README. Make sure, that if you maintain a development installation of apache, that you check the config file and update it for the @@ -161,7 +159,7 @@ First, start up svnserve with these args: $ subversion/svnserve/svnserve -d -r \ - `pwd`/subversion/tests/svn + `pwd`/subversion/tests/cmdline -d tells svnserve to run as a daemon -r tells svnserve to use the following directory as the @@ -183,6 +181,7 @@ perl, and python. Then: make swig-py + make check-swig-py sudo make install-swig-py make swig-pl @@ -196,7 +195,7 @@ Ensure that ./configure detected a suitable jdk, and then possibly re-run with '--enable-javahl' and '--with-jdk=': - + make javahl sudo make install-javahl make check-javahl Index: build/win32/vc6-build.bat.in =================================================================== --- build/win32/vc6-build.bat.in (revision 18945) +++ build/win32/vc6-build.bat.in (working copy) @@ -134,11 +134,11 @@ echo And further down the file add: echo ^ echo DAV svn -echo SVNParentPath %DRIVE%:/SVN/src-%DIR%/Release/subversion/tests/svn/svn-test-work/repositories +echo SVNParentPath %DRIVE%:/SVN/src-%DIR%/Release/subversion/tests/cmdline/svn-test-work/repositories echo ^ echo ^ echo DAV svn -echo SVNPath %DRIVE%:/SVN/src-%DIR%/Release/subversion/tests/svn/svn-test-work/local_tmp/repos +echo SVNPath %DRIVE%:/SVN/src-%DIR%/Release/subversion/tests/cmdline/svn-test-work/local_tmp/repos echo ^ echo Then restart Apache. Index: subversion/libsvn_fs_base/notes/fs-history =================================================================== --- subversion/libsvn_fs_base/notes/fs-history (revision 18945) +++ subversion/libsvn_fs_base/notes/fs-history (working copy) @@ -29,7 +29,7 @@ their versioned resources in terms of the paths of those resources, and the global revisions (or revisions-to-be) in which those paths are located. But inside the filesystem, paths are broken down and -stored as a heirarchical linked-list of path components. Each of +stored as a hierarchical linked-list of path components. Each of these path components has its own historical lineage (because Subversion versions directories, too!), and each revision of that lineage is referred to as a "node-revision". It is these Index: subversion/include/svn_types.h =================================================================== --- subversion/include/svn_types.h (revision 18945) +++ subversion/include/svn_types.h (working copy) @@ -615,7 +615,7 @@ svn_lock_dup(const svn_lock_t *lock, apr_pool_t *pool); /** - * Return a formatted universal Universal Unique IDentifier (UUID) string. + * Return a formatted Universal Unique IDentifier (UUID) string. * * @since New in 1.4. */ Index: subversion/include/svn_wc.h =================================================================== --- subversion/include/svn_wc.h (revision 18945) +++ subversion/include/svn_wc.h (working copy) @@ -2298,9 +2298,9 @@ * date and author of the new revision; one or both may be @c NULL. * @a adm_access must hold a write lock appropriate for @a path. * - * If non-null, @a wcprops is an array of svn_prop_t * changes to - * wc properties; if an @c svn_prop_t->value is null, then that property is - * deleted. + * If non-null, @a wcprop_changes is an array of svn_prop_t * + * changes to wc properties; if an @c svn_prop_t->value is null, then + * that property is deleted. * * If @a remove_lock is @c TRUE, any entryprops related to a repository * lock will be removed. Index: subversion/include/mod_dav_svn.h =================================================================== --- subversion/include/mod_dav_svn.h (revision 18945) +++ subversion/include/mod_dav_svn.h (working copy) @@ -33,7 +33,7 @@ location block, process URI and return many things, allocated in r->pool: - * CLEANED_URI: the uri with duplicate and trailing slashes removed. + * CLEANED_URI: The uri with duplicate and trailing slashes removed. * TRAILING_SLASH: Whether the uri had a trailing slash on it. @@ -46,11 +46,11 @@ * REPOS_PATH: The actual path within the repository filesystem, or NULL if no part of the uri refers to a path in - the repository. (e.g. "!svn/vcc/default" or - "!svn/bln/25") + the repository (e.g. "!svn/vcc/default" or + "!svn/bln/25"). - So for example, consider the uri + For example, consider the uri /svn/repos/proj1/!svn/blah/13//A/B/alpha Index: subversion/include/svn_auth.h =================================================================== --- subversion/include/svn_auth.h (revision 18945) +++ subversion/include/svn_auth.h (working copy) @@ -107,8 +107,8 @@ /** Get a different set of credentials. * - * Set @a *credentials to another set of valid credentials, (using - * @a iter_baton as the context from previous call to first_credentials + * Set @a *credentials to another set of valid credentials (using @a + * iter_baton as the context from previous call to first_credentials * or next_credentials). If no more credentials are available, set * @a *credentials to NULL. If the provider only has one set of * credentials, this function pointer should simply be NULL. @a @@ -337,7 +337,7 @@ * If @a realm is non-null, maybe use it in the prompt string. * * If @a username is non-null, then the user might be prompted only - * for a password, but @a *creds would still be filled with both + * for a password, but @a *cred would still be filled with both * username and password. For example, a typical usage would be to * pass @a username on the first call, but then leave it null for * subsequent calls, on the theory that if credentials failed, it's @@ -477,8 +477,8 @@ * * Store @a name / @a value pair as a run-time parameter in @a * auth_baton, making the data accessible to all providers. @a name - * and @a value will be NOT be duplicated into the auth_baton's - * pool. To delete a run-time parameter, pass NULL for @a value. + * and @a value will NOT be duplicated into the auth_baton's pool. + * To delete a run-time parameter, pass NULL for @a value. */ void svn_auth_set_parameter(svn_auth_baton_t *auth_baton, const char *name, @@ -707,8 +707,8 @@ * @a pool. * * If a default username is available, @a *provider will honor it, - * and return it when svn_auth_first_credentials() is called. (see - * @c SVN_AUTH_PARAM_DEFAULT_USERNAME). + * and return it when svn_auth_first_credentials() is called. (See + * @c SVN_AUTH_PARAM_DEFAULT_USERNAME.) * * @since New in 1.4. */ Index: subversion/libsvn_wc/entries.c =================================================================== --- subversion/libsvn_wc/entries.c (revision 18945) +++ subversion/libsvn_wc/entries.c (working copy) @@ -931,7 +931,7 @@ } -/* Append a single entry THIS_ENTRY to the string OUTPUT, using the +/* Append a single entry ENTRY to the string OUTPUT, using the entry for "this dir" THIS_DIR for comparison/optimization. Allocations are done in POOL. */ static void @@ -1068,7 +1068,7 @@ apr_hash_set(atts, SVN_WC__ENTRY_ATTR_CHECKSUM, APR_HASH_KEY_STRING, entry->checksum); - /* Last-commit Stuff */ + /* Last-commit stuff */ if (SVN_IS_VALID_REVNUM(entry->cmt_rev)) apr_hash_set(atts, SVN_WC__ENTRY_ATTR_CMT_REV, APR_HASH_KEY_STRING, apr_psprintf(pool, "%ld", entry->cmt_rev)); @@ -1761,7 +1761,7 @@ /* ENTRY is rather necessary, and ENTRY->kind is required to be valid! */ assert(entry); - /* Load PATH's whole entries file. */ + /* Load ADM_ACCESS's whole entries file. */ SVN_ERR(svn_wc_entries_read(&entries, adm_access, TRUE, pool)); SVN_ERR(svn_wc_entries_read(&entries_nohidden, adm_access, FALSE, pool)); Index: subversion/libsvn_wc/entries.h =================================================================== --- subversion/libsvn_wc/entries.h (revision 18945) +++ subversion/libsvn_wc/entries.h (working copy) @@ -158,9 +158,9 @@ #define SVN_WC__ENTRY_MODIFY_FORCE 0x80000000 -/* Modify an entry for NAME in access baton PATH by folding ("merging") - in changes, and sync those changes to disk. New values for the - entry are pulled from their respective fields in ENTRY, and +/* Modify an entry for NAME in access baton ADM_ACCESS by folding in + ("merging") changes, and sync those changes to disk. New values + for the entry are pulled from their respective fields in ENTRY, and MODIFY_FLAGS is a bitmask to specify which of those field to pay attention to. ADM_ACCESS must hold a write lock. @@ -169,11 +169,11 @@ 'svn_node_dir', 'svn_node_file'. - NAME can be NULL to specify that the caller wishes to modify the - "this dir" entry in PATH. + "this dir" entry in ADM_ACCESS. If DO_SYNC is FALSE then the modification will be entirely local to the access baton, if DO_SYNC is TRUE the modification will be written to - the entries file. Be careful when setting DO_SYNC to FALSE, if there + the entries file. Be careful when setting DO_SYNC to FALSE; if there is no subsequent svn_wc__entries_write call the modifications will be lost when the access baton is closed. Index: subversion/libsvn_wc/log.c =================================================================== --- subversion/libsvn_wc/log.c (revision 18945) +++ subversion/libsvn_wc/log.c (working copy) @@ -2175,7 +2175,7 @@ const char *base_name, apr_pool_t *pool) { - /* No need to check whether dst_path exists: ENOENT is ignored + /* No need to check whether BASE_NAME exists: ENOENT is ignored by the log-runner */ svn_xml_make_open_tag(log_accum, pool, svn_xml_self_closing, @@ -2307,7 +2307,7 @@ } else { - /* In an attempt to maintain consitency between the decisions made in + /* In an attempt to maintain consistency between the decisions made in this function, and those made in the access baton lock-removal code, we use the same test as the lock-removal code. */ SVN_ERR(svn_wc__adm_is_cleanup_required(&cleanup, adm_access, pool)); Index: subversion/libsvn_wc/adm_ops.c =================================================================== --- subversion/libsvn_wc/adm_ops.c (revision 18945) +++ subversion/libsvn_wc/adm_ops.c (working copy) @@ -396,7 +396,7 @@ /* Append a log command to set (overwrite) the 'committed-rev', - 'committed-date', 'last-author', and possibly `checksum' + 'committed-date', 'last-author', and possibly 'checksum' attributes in the entry. Note: it's important that this log command come *before* the @@ -434,7 +434,7 @@ /* Regardless of whether it's a file or dir, the "main" logfile contains a command to bump the revision attribute (and - timestamp.) */ + timestamp). */ SVN_ERR(svn_wc__loggy_committed(&logtags, adm_access, base_name, new_revnum, pool)); @@ -461,7 +461,7 @@ /* Run the log file we just created. */ SVN_ERR(svn_wc__run_log(adm_access, NULL, pool)); - + if (recurse) { apr_hash_t *entries; @@ -554,7 +554,7 @@ { svn_error_t *err; - /* Try, remove the file. */ + /* Try to remove the file. */ err = svn_io_remove_file(file, pool); /* Ignore file not found error. */ @@ -568,8 +568,8 @@ } -/* Recursively mark a tree ADM_ACCESS for with a SCHEDULE and/or EXISTENCE - flag and/or COPIED flag, depending on the state of MODIFY_FLAGS. */ +/* Recursively mark a tree ADM_ACCESS with a SCHEDULE and/or COPIED + flag, depending on the state of MODIFY_FLAGS. */ static svn_error_t * mark_tree(svn_wc_adm_access_t *adm_access, apr_uint32_t modify_flags, @@ -608,7 +608,7 @@ /* Skip "this dir". */ if (! strcmp((const char *)key, SVN_WC_ENTRY_THIS_DIR)) continue; - + base_name = key; fullpath = svn_path_join(svn_wc_adm_access_path(adm_access), base_name, subpool); @@ -1308,8 +1308,8 @@ - For files, svn_wc_remove_from_revision_control(), baby. - - Added directories may contain nothing but added children, and - reverting the addition of a directory necessary means reverting + - Added directories cannot may contain nothing but added children, and + reverting the addition of a directory necessarily means reverting the addition of all the directory's children. Again, svn_wc_remove_from_revision_control() should do the trick. @@ -2224,7 +2224,7 @@ /* We're going to receive dirents twice; we want to ignore the first one (where it's a child of a parent dir), and only print - the second one (where we're looking at THIS_DIR.) */ + the second one (where we're looking at THIS_DIR). */ if ((entry->kind == svn_node_dir) && (strcmp(entry->name, SVN_WC_ENTRY_THIS_DIR))) return SVN_NO_ERROR; Index: subversion/libsvn_client/client.h =================================================================== --- subversion/libsvn_client/client.h (revision 18945) +++ subversion/libsvn_client/client.h (working copy) @@ -457,14 +457,14 @@ The day that 'svn switch' came into existence, our old commit crawler (svn_wc_crawl_local_mods) became obsolete. It relied far - too heavily on the on-disk heirarchy of files and directories, and + too heavily on the on-disk hierarchy of files and directories, and simply had no way to support disjoint working copy trees or nest working copies. The primary reason for this is that commit process, in order to guarantee atomicity, is a single drive of a commit editor which is based not on working copy paths, but on URLs. With the completion of 'svn switch', it became all too - likely that the on-disk working copy heirarchy would no longer be - guaranteed to map to a similar in-repository heirarchy. + likely that the on-disk working copy hierarchy would no longer be + guaranteed to map to a similar in-repository hierarchy. Aside from this new brokenness of the old system, an unrelated feature request had cropped up -- the ability to know in advance of Index: subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/BasicTests.java =================================================================== --- subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/BasicTests.java (revision 18945) +++ subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/BasicTests.java (working copy) @@ -29,7 +29,7 @@ /** * Tests the basic functionality of javahl binding (inspired by the - * tests in subversion/tests/svn/basic_tests.py). + * tests in subversion/tests/cmdline/basic_tests.py). */ public class BasicTests extends SVNTests { Index: subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/SVNTests.java =================================================================== --- subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/SVNTests.java (revision 18945) +++ subversion/bindings/java/javahl/src/org/tigris/subversion/javahl/tests/SVNTests.java (working copy) @@ -701,7 +701,7 @@ */ String myPath; /** - * the kind of node (file, diretory or none, see NodeKind) + * the kind of node (file, directory or none, see NodeKind) */ int myNodeKind; /** Index: subversion/bindings/java/README =================================================================== --- subversion/bindings/java/README (revision 18945) +++ subversion/bindings/java/README (working copy) @@ -40,7 +40,7 @@ III. INTERFACES The interface code exists to present an API which is familiar - Subversion Java programmers regardless of the binding + to Subversion Java programmers regardless of the binding implementation method. You can find it under the org/ sub-directory. The API is likely to be adjusted to more closely align with the JavaHL implementation. If that doesn't Index: subversion/tests/README =================================================================== --- subversion/tests/README (revision 18945) +++ subversion/tests/README (working copy) @@ -109,7 +109,7 @@ "black box". To write python tests, please look at the README file inside the -svn/ subdirectory. +cmdline/ subdirectory. When to write new tests Index: subversion/tests/cmdline/svntest/tree.py =================================================================== --- subversion/tests/cmdline/svntest/tree.py (revision 18945) +++ subversion/tests/cmdline/svntest/tree.py (working copy) @@ -191,7 +191,7 @@ print " Attributes:", self.atts ### FIXME: I'd like to be able to tell the difference between ### self.children is None (file) and self.children == [] (empty - ### diretory), but it seems that most places that construct + ### directory), but it seems that most places that construct ### SVNTreeNode objects don't even try to do that. --xbc ### ### See issue #1611 about this problem. -kfogel Index: subversion/svn/main.c =================================================================== --- subversion/svn/main.c (revision 18945) +++ subversion/svn/main.c (working copy) @@ -1179,7 +1179,7 @@ initialization from within libsvn_client itself, but it seems burdensome to demand that all clients call svn_client_init() before calling any other libsvn_client function... On the other - hand, the alternative is effective to demand that they call + hand, the alternative is effectively to demand that they call svn_config_ensure() instead, so maybe we should have a generic init function anyway. Thoughts? */ err = svn_config_ensure(opt_state.config_dir, pool); Index: subversion/svnserve/serve.c =================================================================== --- subversion/svnserve/serve.c (revision 18945) +++ subversion/svnserve/serve.c (working copy) @@ -1982,7 +1982,7 @@ static const svn_ra_svn_cmd_entry_t main_commands[] = { - { "reparent", reparent }, + { "reparent", reparent }, { "get-latest-rev", get_latest_rev }, { "get-dated-rev", get_dated_rev }, { "change-rev-prop", change_rev_prop }, @@ -2160,9 +2160,9 @@ } /* Make sure it's possible for the client to authenticate. Note - that this doesn't take into account any the authz configuration - read above, because we can't know about access it grants until - paths are given by the client. */ + that this doesn't take into account any authz configuration read + above, because we can't know about access it grants until paths + are given by the client. */ if (get_access(b, UNAUTHENTICATED) == NO_ACCESS && (get_access(b, AUTHENTICATED) == NO_ACCESS || (!b->tunnel_user && !b->pwdb))) Index: contrib/client-side/svncopy.README =================================================================== --- contrib/client-side/svncopy.README (revision 18945) +++ contrib/client-side/svncopy.README (working copy) @@ -221,7 +221,7 @@ Using the script allows branches to be created which are really independent. -$perl svncopy.pl --branch http://svn/repos/trunk \ +$ perl svncopy.pl --branch http://svn/repos/trunk \ http://svn/repos/branches/3.2_bugfix Result: @@ -263,7 +263,7 @@ If you don't want to branch the whole tree, you can just branch the directories which contain your project: -$perl svncopy.pl --branch http://svn/repos/trunk/common \ +$ perl svncopy.pl --branch http://svn/repos/trunk/common \ http://svn/repos/trunk/inc \ http://svn/repos/trunk/proj_bar \ http://svn/repos/branches/3.2_bugfix Index: contrib/client-side/svn_export_empty_files.py =================================================================== --- contrib/client-side/svn_export_empty_files.py (revision 18945) +++ contrib/client-side/svn_export_empty_files.py (working copy) @@ -24,11 +24,11 @@ given, then files and directories in PATH that do not exist in the Subversion repository are deleted. -As Subversion does have any built-in tools to help locate files and -directories, in extremely large repositories it can be hard to find -what you are looking for. This script was written to create a smaller -non-working working copy that can be crawled with find or find's -locate utility to make it easier to find files. +As Subversion does not have any built-in tools to help locate files +and directories, in extremely large repositories it can be hard to +find what you are looking for. This script was written to create a +smaller non-working working copy that can be crawled with find or +find's locate utility to make it easier to find files. $HeadURL$ $LastChangedRevision$ Index: contrib/hook-scripts/svn2rss.py =================================================================== --- contrib/hook-scripts/svn2rss.py (revision 18945) +++ contrib/hook-scripts/svn2rss.py (working copy) @@ -40,7 +40,8 @@ try: opts, args = getopt.getopt(sys.argv[1:],"h", ["help", "svn-path=", - "revision=", "repos-path=", "url=", + "revision=", + "repos-path=", "url=", "rss-file="]) except getopt.GetoptError, msg: print msg Index: tools/test-scripts/svntest/mod_dav_svn.conf =================================================================== --- tools/test-scripts/svntest/mod_dav_svn.conf (revision 18945) +++ tools/test-scripts/svntest/mod_dav_svn.conf (working copy) @@ -1,6 +1,6 @@ DAV svn - SVNParentPath /home/YOUR_USERNAME/svn/obj-sh/subversion/tests/svn/svn-test-work/repositories + SVNParentPath /home/YOUR_USERNAME/svn/obj-sh/subversion/tests/cmdline/svn-test-work/repositories AuthType Basic AuthName "SVN repos" AuthUserFile /home/YOUR_USERNAME/svn/dav_svn.passwd @@ -9,7 +9,7 @@ DAV svn - SVNPath /home/YOUR_USERNAME/svn/obj-sh/subversion/tests/svn/svn-test-work/local_tmp/repos + SVNPath /home/YOUR_USERNAME/svn/obj-sh/subversion/tests/cmdline/svn-test-work/local_tmp/repos AuthType Basic AuthName "SVN repos" AuthUserFile /home/YOUR_USERNAME/svn/dav_svn.passwd Index: tools/test-scripts/svntest/examples/debian-gnulinux-shared/mod_dav_svn.conf =================================================================== --- tools/test-scripts/svntest/examples/debian-gnulinux-shared/mod_dav_svn.conf (revision 18945) +++ tools/test-scripts/svntest/examples/debian-gnulinux-shared/mod_dav_svn.conf (working copy) @@ -1,6 +1,6 @@ DAV svn - SVNParentPath /home/YOUR_USERNAME/svn/obj-sh/subversion/tests/svn/svn-test-work/repositories + SVNParentPath /home/YOUR_USERNAME/svn/obj-sh/subversion/tests/cmdline/svn-test-work/repositories AuthType Basic AuthName "SVN repos" AuthUserFile /home/YOUR_USERNAME/svn/dav_svn.passwd @@ -9,7 +9,7 @@ DAV svn - SVNPath /home/YOUR_USERNAME/svn/obj-sh/subversion/tests/svn/svn-test-work/local_tmp/repos + SVNPath /home/YOUR_USERNAME/svn/obj-sh/subversion/tests/cmdline/svn-test-work/local_tmp/repos AuthType Basic AuthName "SVN repos" AuthUserFile /home/YOUR_USERNAME/svn/dav_svn.passwd Index: INSTALL =================================================================== --- INSTALL (revision 18945) +++ INSTALL (working copy) @@ -890,13 +890,13 @@ DAV svn - SVNParentPath C:/SVN/src-trunk/Release/subversion/tests/svn/ + SVNParentPath C:/SVN/src-trunk/Release/subversion/tests/cmdline/ svn-test-work/repositories DAV svn - SVNPath c:/SVN/src-trunk/Release/subversion/tests/svn/ + SVNPath c:/SVN/src-trunk/Release/subversion/tests/cmdline/ svn-test-work/local_tmp/repos @@ -1146,7 +1146,7 @@ the Apache error logfile, /usr/local/apache2/logs/error_log. To run the regression test suite for networked Subversion, see - the instructions in subversion/tests/svn/README. + the instructions in subversion/tests/cmdline/README. For advice about tracing problems, see "Debugging the server" in www/hacking.html.