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

Not a working directory after checkout.

From: Ted Berg <tberg_at_vivox.com>
Date: Thu, 17 Jul 2008 18:26:02 -0400

Given:
svn server foo.com, the repo my-repo which lives on foo.com.

If I execute the following commands:

$ mkdir tmpdir
$ svn mkdir https://foo.com/repos/my-repo/trunk/this/is/a/new/directory
-m "Programmatically adding directory"
$ svn checkout
https://foo.com/repos/my-repo/trunk/this/is/a/new/directory
tmpdir/this/is/a/new/directory
$ cd tmpdir/this/is/a/new/directory
$ svn info
svn: '.' is not a working copy

Is this expected behavior? I've been doing this off and on for months
without a problem. Instead of the 'svn info' I generally copy files
into tmpdir/this/is/a/new/directory, 'svn add' them and commit. It
recently stopped working, and I am at a loss.

This particular experiment was performed on a windows box, and the
client is the command line subversion, rev 1.4.5 (r25188). I'm not
certain what the backend is, but I do know that we had to update it a
while ago to resolve an issue on windows with files over 64k in size.

I realize this isn't a lot to go on. I'll provide any additional info
that I am able.

Ted

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-07-18 00:29:51 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.