You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Jens B. Jorgensen" <je...@tallan.com> on 2004/04/28 18:28:59 UTC

new bug? svn up -N prevents new dirs from showing up for later svn up

I think I've discovered a bug and I think it isn't logged as a current 
issue in the Issue Tracker. I'm running a locally-built 1.0.2. I'm 
running this in Windows (and a Windows build, not cygwin) but under 
cygwin. If I do a 'svn up -N' in a directory then other subdirs that are 
in the repos but I don't have don't ever show up with a regular 'svn 
up'. Recipe:

jbj1@tallanj /c/temp/svn_bug/wc
$ svn --version
svn, version 1.0.2 (r9423)
   compiled Apr 24 2004, 18:28:08

Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet 
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema

jbj1@tallanj /c/temp/svn_bug
$ svnadmin create repos

jbj1@tallanj /c/temp/svn_bug
$ svn co file:///c:/temp/svn_bug/repos wc
Checked out revision 0.

jbj1@tallanj /c/temp/svn_bug
$ cd wc

jbj1@tallanj /c/temp/svn_bug/wc
$ svn mkdir -m "" file:///c:/temp/svn_bug/repos/newdir

Committed revision 1.

jbj1@tallanj /c/temp/svn_bug/wc
$ svn up -N
At revision 1.

jbj1@tallanj /c/temp/svn_bug/wc
$ ls
_svn

jbj1@tallanj /c/temp/svn_bug/wc
$ svn up
At revision 1.

jbj1@tallanj /c/temp/svn_bug/wc
$ ls
_svn

jbj1@tallanj /c/temp/svn_bug/wc
$ echo but where is newdir?
but where is newdir?

-- 
Jens B. Jorgensen
jens.jorgensen@tallan.com

"With a focused commitment to our clients and our people, we deliver value through customized technology solutions"  


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org