On 3/31/2007 12:35 PM, Laszlo Szabo wrote:
> 1. What is the standard or best way to refresh one's local repository with
> new files/folders that had been added by others to the main repository? The
> update command only seems to work with files that already exist locally but
> ignores any that have been added by others. It would be a shame and a large
> timewaster for large repositories if the only way to do this is to
> periodically delete the local repository and checkout everything afresh from
> the main one.
svn update will normally add new files. I suspect the issue in your
case is that you have checked out a subdirectory (e.g. trunk), and the
new files were added to a different one (e.g. a branch).
>
> 2.What command(s) can provide a list of all folders/files that are in the
> main repository but not in the local one?
I don't think there is such a command. You can use "svn ls -R" to list
all the files in the repository, but you'll have to filter the list
yourself.
Duncan Murdoch
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 31 20:12:44 2007