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

Re: Strange behaviour on partial checkouts

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2005-03-22 11:10:49 CET

Georg Viehöver wrote:
> I have a source tree in my repository that is shared among multiple
> projects . It looks like this:
>
> sources/common
> sources/project1
> sources/project2
>
>
> Now I want to work with project1 , and want only those sources that are
> important for me, so I try
>
> svn checkout svn://name/my_repository/sources -N
> cd sources
> svn checkout svn://name/my_repository/sources/common
> svn checkout svn://name/my_repository/sources/project1

I think you want to 'svn update' the latter two dirs from inside the
workingdir. The difference is that 'update' operates in a working-dir context
and also updates the meta data stored in the .svn dir while 'checkout'
creates a working-dir.

> "svn status" now tells me
>
> ? project1
> ? common

The 'sources' working-dir doesn't know anything about project1 and common
because those were created independently.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 22 11:14:15 2005

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.