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

svn 1.5 sparse checkout question

From: Mark E. Hamilton <mhamilt_at_sandia.gov>
Date: Tue, 08 Apr 2008 11:26:14 -0600

Hi,

Is this the appropriate venue for asking svn/1.5 questions? If not,
please let me know.

IAE, I'm testing svn/1.5beta2, since we need the sparse checkouts
feature. I do the following:

$ svn checkout --depth=empty svn+ssh://sierra-trac/svnroot/sierra/trunk .
$ svn checkout svn+ssh://sierra-trac/svnroot/sierra/trunk/framework
$ svn checkout svn+ssh://sierra-trac/svnroot/sierra/trunk/utility
$ svn checkout svn+ssh://sierra-trac/svnroot/sierra/trunk/aria
$ ...modify some files and properties...

However, when I do a 'svn status' and 'svn commit' it acts as if my
working copy is disjoint, and doesn't traverse into the three products I
checked out:

$ svn status
  M .
? utility
? aria
? framework

$ svn commit

--This line, and those below, will be ignored--

_M .

The second to last paragraph in the 'Sparse Directories' section of the
1.5 manual seems to imply that this should work. Am I doing something
wrong, or does this not work the way I expect?

-- 
----------------
Mark E. Hamilton
Orion International Technologies, Inc.
Sandia National Laboratory, NM.
505-844-7666
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-08 19:26:45 CEST

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.