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

Re: svn diff doesn't include repository path of changed files

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-08-19 01:47:21 CEST

David Sitsky <sits@users.sourceforge.net> writes:

> It was a while since I tried out subversion, but didn't it have some
> control files in each directory which told it what part of the repository
> the directory was a part of?

Sure, just like CVS, each directory has an administrative area. The
admin area contains a repository UUID and the full URL to the
directory in the repository. But otherwise, as garrett said, each
directory is an independent working copy. A directory has no idea
where the "root" of the working copy is (i.e. how many parents it
has), nor does it know its absolute path in the repository. (The URL
isn't enough; the wc doesn't know where the host-repository part ends
and the inner repository path begins.)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 22 05:53:03 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.