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

Re: svn use case question

From: Folker Schamel <schamel23_at_spinor.com>
Date: 2003-12-30 11:01:27 CET

root wrote:

> The end goal I am trying to achieve is import from the
> client to the server to populate the repository, and
> then immediately checkout that directory so that it is
> version controlled without creating a duplicate copy
> of it first.

You cannot do this.

But usually you do the import only once, and then
update (and commit) the working copy thousand times
during the next 10 years, so that such kind
of optimizations would be irrelevant at the long run.

BTW, a working copy itself anyway costs factor 2
of diskspace, because it stores the base revision
for each file in the .svn directory to allow diff
without server connection.

Cheers,
Folker

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Dec 30 11:03:30 2003

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

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