• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

TortoiseSVN and netbeans !

 
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
dear all,
i use subversion: TortoiseSVN 1.4.3,
and i use like this url :http://aaa:7777/xx/fooo/bar/
but when press next Netbeans5.5 show to me this error message:
NetBeans Subversion support requires Subversion executable!
is the TortoiseSVN compatible with netbeans or not !!
please help
 
Ranch Hand
Posts: 959
Eclipse IDE Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
TortoiseSVN doesn't include the normal subversion commands, e.g. svn, svnadmin, etc. Subversion plugin in NetBeans basically only invokes those subversion commands. You need to download the normal subversion at
http://subversion.tigris.org/project_packages.html

And don't forget to add it into the PATH.
[ August 01, 2007: Message edited by: Freddy Wong ]
 
hani Ibrahim
Ranch Hand
Posts: 182
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
thank you a lot Freddy Wong would you please try to answer the next question in other subject about netbeans
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using NetBean 6.5, and i want to use subversion from netbean..
I setup the subversion path as : C:\Program Files\Subversion\bin in netbean..and the url

Now when I am try to checkout the code, few folder are checkout but suddenly I am getting this following error :

org.tigris.subversion.javahl.ClientException: RA layer request failed
REPORT of '/repos/chakra/!svn/vcc/default': 200 OK (http://svn.in.anshinsoft.com)

can any one help me out regarding this issue
 
reply
    Bookmark Topic Watch Topic
  • New Topic