[bug?] can't update a single file/dir from HEAD if it doesnt exist in the WC
From: C.A.T.Magic <c.a.t.magic_at_gmx.at>
Date: 2004-05-09 06:24:02 CEST
Hi,
how can I get a file or directory
$> echo foo>bar.h
$> svn commit -m ""
$> svn update -r7260 bar.h
$> svn update -rHEAD bar.h
I tried it with svn checkout, but this gives me
$> svn checkout file:///($REPOS)/bar.h
I tried the same for for a directory, which is even more annoying:
$> svn add zoo
$> svn commit -m ""
$> svn update -r 1 zoo
$> svn checkout file:///($REPOS)/zoo
$> svn update
--> due to the explcit "checkout" of 'zoo', svn creates a
i noticed, that the entries file contains
i found no existing issues on this in the tracker,
:-)
---------------------------------------------------------------------
|
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.