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

Re: Problem sharing new project with existing repository

From: Chris Herborth <chrish_at_pobox.com>
Date: 2005-12-14 19:52:03 CET

Mark Phippard wrote:
> Subclipse uses a better approach than import. It first does a mkdir, then
> a checkout of that dir into your existing structure. This turns your
> project into a valid WC full of unversioned items that you can then
> commit. If we used Import, you would then have to delete your project and
> check it out again.

Excellent, I prefer that approach. :-)

> This error message sounds like a configuration issue. The server is
> saying it does not understand the CHECKOUT command which is a DAV method.
> Have you tried using the command line at all with the same URL. Can you
> do svn ls or svn mkdir using the command line client? I am guessiong you
> can't.

Yup, that works just fine:

chrish_at_dhcp1 [518]$ svn list http://{servername}:8000/svn/utils/
itunes2html/
readme.txt
chrish_at_dhcp1 [519]$ svn mkdir http://{servername}:8000/svn/utils/test

Committed revision 3.
chrish_at_dhcp1 [520]$ svn list http://{servername}:8000/svn/utils/
itunes2html/
readme.txt
test/

The command-line SVN installed on that client is compiled from source
via Fink.

-- 
Chris Herborth (chrish@pobox.com)
Never send a monster to do the work of an evil scientist.
Received on Thu Dec 15 05:52:03 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.