Re: svn commit: rev 2181 - trunk/subversion/tests/clients/cmdline trunk/subversion/tests/clients/cmdline/svntest
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-06-13 14:11:31 CEST
Greg Stein <gstein@lyra.org> writes:
> > This commit creates a two new classes for representing the state or
One jumps out.
The state objects operate with "Subversion paths" like 'A/D/G/rho' but
I would like to be able to construct OS paths from Subversion
G_path = 'A/D/G'
xxxx is some function (or method, or operator, or whatever) that
(wc_dir, G_path, '/rho')
into
(os.path.join(wc_dir, 'A', 'D', 'G', 'rho'))
I think I would require the first argument to be an OS path, and all
-- Philip --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Jun 13 14:12:03 2002 |
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.