Ah, sorry, you're right. I remembered "svn mkdir", not "svn add". "svn add" requires the local content to actually load the file.....
On Mon, Oct 11, 2010 at 2:04 PM, Stefan Sperling <s...@elego.de> wrote: > On Mon, Oct 11, 2010 at 07:25:57AM -0400, Nico Kadel-Garcia wrote: >> It's also possible to to "svn add >> svn://hostname/reponame/trunk/filename.txt", or whatever the URL would >> be on the Subversion server. In that case, it won't appear locally >> until you do an "svn update" in the local working repository. > > I don't think this is right. Did you try? Doesn't work for me. >