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

Re: Quick question about "svn mkdir"

From: <cmpilato_at_collab.net>
Date: 2003-08-08 17:06:46 CEST

Martin Ayotte <martinayotte@yahoo.ca> writes:

> Why ? ... (probably, I didn't explain it well) if we do single
> commit for "svn mkdir -p http://server/repos/path1/path2/path3/" I
> presume the dump will have a single revision with node-path
> described as "path1/path2/path3", so "svnadmin load" will create it
> as single rev too ...

Your presumption is wrong.

If you do a single commit of /path1/path2/path3, the dump will contain
"add" records for /path1, /path1/path2, and /path1/path2/path3.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 8 17:09:01 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.