I cannot use DotSVN with Http: Url

64 views
Skip to first unread message

Bilel Karrouz

unread,
Aug 19, 2008, 4:35:36 AM8/19/08
to dotSVN
Hi
can you help me to use DotSVN with my svn repersitory but I use http
URL (http://localhost/mysvn)
thank's

George Chiramattel

unread,
Aug 21, 2008, 12:44:30 PM8/21/08
to dot...@googlegroups.com
Hi,
SVN prohibits using 'localhost' using HTTP access.

More importantly current version of DotSVN does not implement access using http.

Please refer the folloowing article:
http://www.codeproject.com/KB/cs/subversion_using_dotsvn.aspx

Opening the repository

In order to open a repository, we have to specify how we are going to access the repository. A Subversion repository can be accessed by any of the following three protocols:
  • file:// To access a repository located on the local machine
  • http:// or https:// To access a repository over the Web (using WebDav protocol)
  • svn:// A custom protocol proprietary to Subversion
DotSVN currently supports repository access using the file:// protocol which is implemented in FSRepository class. So in order to connect to a repository on the local file system, we have to first instantiate an FSRepository giving a complete local path to the repository.


Regards
--------------------------------
George Chiramattel
http://george.chiramattel.com/blog
Message has been deleted
Message has been deleted

Bharath Gowda

unread,
Jul 29, 2013, 6:30:53 AM7/29/13
to dot...@googlegroups.com
Hi George,
       I'm unable top use DOTSVN over "https://................" could you please help me out here.

George Chiramattel

unread,
Jul 29, 2013, 4:39:50 PM7/29/13
to dot...@googlegroups.com
Hello Bharath,

Unfortunately, DotSVN is not under active development and HTTP access is not implemented.

Regards
--------------------------------
George Chiramattel
http://george.chiramattel.com/blog


--
You received this message because you are subscribed to the Google Groups "dotSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dotsvn+un...@googlegroups.com.
To post to this group, send email to dot...@googlegroups.com.
Visit this group at http://groups.google.com/group/dotsvn.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

John Viner

unread,
Jul 29, 2013, 6:30:53 PM7/29/13
to dot...@googlegroups.com
Its something you will have to implement yourself, simply get the latest source code and modify the needed methods.  You have to communicate with the appropriate port.  
Reply all
Reply to author
Forward
0 new messages