| Re: [PATCH] Updating a locally modified file with endline translation
From: <cmpilato_at_collab.net>
 Date: 2002-02-14 17:41:20 CET 
Vladimir Prus <ghost@cs.msu.su> writes:
 > A question:
 Most other tests, when building paths to operate on, use:
    os.path.join (wc_dir, 'A', 'D', 'G', 'rho')
 instead of what you did:
    os.path.join ('A', 'D', 'G', 'rho')
 The way our testing setup current exists, it is impossible to test any
    (cd foo; svn <command> .)
 versus:
    svn <command> foo
 You should probably just prepend wc_dir to all the paths in use.
 ---------------------------------------------------------------------
 | 
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.