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

Re: Cannot add initial project to subversion

From: Ulrich Eckhardt <ulrich.eckhardt_at_dominolaser.com>
Date: Wed, 31 Oct 2012 09:52:52 +0100

Am 30.10.2012 16:45, schrieb Carl Henthorn:
> I have both SubversionSVN (windows 7) and AnkhSvn (VS2010) installed, but I
> am not able to add my project to the subversion repository.

There is no "the subversion repository". You can have many or none or
use one from someone else. So, the question is where the target
repository is, how it is served etc.

Further, how exactly did you try to add your project's files to the
repository? You have both an option to import into the repository
directly or to add the files to an existing working copy (WC) connected
to the repository. Further questions: Can you browse the repository's
history? Can you check out a WC? If you want to rule out that the
server/repository is broken, try checking out from a public repository
(e.g. SVN's or TSVN's).

> Subversion reported the following error in four successive error windows:

Is that one error window for each attempt or four windows for one attempt?

> In file
>
> 'D:\Development\SVN\Releases\TortoiseSVN-1.7.10\ext\subversion\subversion\li
> bsvn_wc\wc_db.c'
>
> line 6762: assertion failed (svn_dirent_is_absolute(local_abspath))

This should never happen, you managed to find a bug. However, without an
exact reproduction recipe it is very hard to understand and fix this.

> and finally within the Repository Browser window:
>
> Unable to connect to a repository at URL <blah>
>
> The OPTIONS response did not include the requested activity-collection-set;
>
> This often means that the URL is not WebDAV-enabled

I guess that you are using HTTP to access the repository. The error
suggests that something is set up incorrectly, probably a proxy in
between or the server. There is not much room for errors on the client
side, unless you are perhaps running a very intrusive webfilter (aka
personal firewall) on your machine. Note that using encrypted traffic,
i.e. HTTPS, will keep any proxy from messing with your traffic, so you
could try that instead.

Good luck!

Uli

**************************************************************************************
Domino Laser GmbH, Fangdieckstraße 75a, 22547 Hamburg, Deutschland
Geschäftsführer: Thorsten Föcking, Amtsgericht Hamburg HR B62 932
**************************************************************************************
Visit our website at http://www.dominolaser.com
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Domino Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3024801

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-10-31 09:52:58 CET

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

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