On Apr 2, 2009, at 10:38, Andrzej Porażyński wrote:
> I have:
>
> C:\_repositorySVN\releasingTest\PinT>svn --version
> svn, wersja 1.5.3 (r33570)
> kompilacja Oct 9 2008, 09:01:49
>
> Copyright (C) 2000-2008 CollabNet.
> Subversion jest otwartoźródłowym oprogramowaniem, zobacz http://
> subversion.tigris.org/
> Ten produkt zawiera oprogramowanie autorstwa CollabNet (http://
> www.Collab.Net/).
>
> Są dostępne następujące moduły dostępu do repozytorium (RA):
>
> * ra_neon : Moduł umożliwiający dostęp do repozytorium przy
> pomocy protokołu WebDAV przy użyciu biblioteki Neon.
> - obsługuje schemat 'http'
> - obsługuje schemat 'https'
> * ra_svn : Moduł umożliwiający dostęp do repozytorium przy
> pomocy protokołu svn.
> - z uwierzytelnianiem Cyrus SASL
> - obsługuje schemat 'svn'
> * ra_local : Moduł umożliwiający dostęp do repozytorium na
> lokalnym dysku.
> - obsługuje schemat 'file'
> * ra_serf : Moduł umożliwiający dostęp do repozytorium przy
> pomocy protokołu WebDAV przy użyciu biblioteki serf
> - obsługuje schemat 'http'
> - obsługuje schemat 'https'
>
>
> after install tortoisesvn ver 1.6 and checkout source code from my
> repository. In .svn directory does not have format file
>
> Then my commandline svn not working - why???
.svn directories aren't supposed to contain a file called
"format" (though they do appear in repositories).
In what way is your command line svn client not working? What error
message do you get?
If you want to use multiple Subversion clients with a single working
copy (e.g. in your case the svn command line client and TortoiseSVN),
then you need to use clients that are based on the same version of
the Subversion libraries. So if you want to use TortoiseSVN 1.6.x you
need to use the command line svn client version 1.6.x as well.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1524989
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-02 23:57:50 CEST