Not able to integrate SVN with Toad 10.5

Hi All,

Earier we were using PushOK plugin with Toad 9.6 version and it is working fine.
Now got Toad 10.5 version, it is providing the Subversion control feature inbuilt. No need to use any Pulgin for it.

I am trying to configure it but getting problems.

  1. SVN server repository is accessing with http://svn.dts.fm.rbsgrp.net/firefox URL.
  2. On client we are having Tortise SVN version 1.5.2
  3. Checked the below threads for the help.
    http://toadfororacle.com/thread.jspa?threadID=25376&start=15&tstart=0
    http://toadfororacle.com/thread.jspa?messageID=96268

followed the steps but did not work sending some screen shots please check and suggest where i am doing mistakes.

Few Questions:-

1.Is it manadatory to have SVN command line on client if yes how we will install it.
2.Without check on Log In Automatically subversion configuration options screen, i am not able to connect with VCS Provider.

This is only the place from where I can get help please reply.

Thanks in Advance.

Hi,

To use the integrated Subversion support within Toad, you need a command-line
Subversion client installed on your machine. TortoiseSVN is a Windows Explorer
shell extension for Subversion, and not a command-line client. You can find
command-line clients for Subversion at Apache’s Subversion page:

http://subversion.apache.org/packages.html

CollabNet has a command-line client that’s certified and professionally
supported by CollabNet. SlikSVN also has a command-line client that should also
work. Once you have your command-line client installed, go into the Subversion
Provider Options page within Toad.

The client installation should add the folder containing the svn executable to
your %PATH% variable, so you should be able to leave this page as-is. If it
doesn’t, you can always manually select the location of the svn
command-line executable, as well as any global options you want set. Toad will
automatically build some command-line options, like username and password, so
you may not need to set any global options manually.

For the next screen, you should only need to enter your server name, port, and
whether your server uses SSL encryption:

When you click on the OK button, it will bring up a Subversion Login dialog. For
the Repository, enter the name of the repository on your server. Then link it to
a working directory on your machine, enter your username and password and click
on the OK button. Your local working directory (Sandbox) should already have
been synced using an initial checkout command.

If you have any trouble connecting to Subversion, you can add the following line
to your Toad.ini file, within the [SETTINGS] section:

VCPDebug=1

This will create a SVNDebug.log file within your Toad User Files folder, which
will contain all the Subversion calls Toad is making, along with
Subversion’s responses. Note: for 10.6 and above, this file has been
changed to a centralized log file for all version control providers, and is now
called VCPDebug.log.

Let us know if you continue to have trouble.

Thanks,

-John
image003.jpeg

Hi,

To use the integrated Subversion support within Toad, you need a command-line
Subversion client installed on your machine. TortoiseSVN is a Windows Explorer
shell extension for Subversion, and not a command-line client. You can find
command-line clients for Subversion at Apache’s Subversion page:

http://subversion.apache.org/packages.html

CollabNet has a command-line client that’s certified and professionally
supported by CollabNet. SlikSVN also has a command-line client that should also
work. Once you have your command-line client installed, go into the Subversion
Provider Options page within Toad.

The client installation should add the folder containing the svn executable to
your %PATH% variable, so you should be able to leave this page as-is. If it
doesn’t, you can always manually select the location of the svn
command-line executable, as well as any global options you want set. Toad will
automatically build some command-line options, like username and password, so
you may not need to set any global options manually.

For the next screen, you should only need to enter your server name, port, and
whether your server uses SSL encryption:

When you click on the OK button, it will bring up a Subversion Login dialog. For
the Repository, enter the name of the repository on your server. Then link it to
a working directory on your machine, enter your username and password and click
on the OK button. Your local working directory (Sandbox) should already have
been synced using an initial checkout command.

If you have any trouble connecting to Subversion, you can add the following line
to your Toad.ini file, within the [SETTINGS] section:

VCPDebug=1

This will create a SVNDebug.log file within your Toad User Files folder, which
will contain all the Subversion calls Toad is making, along with
Subversion’s responses. Note: for 10.6 and above, this file has been
changed to a centralized log file for all version control providers, and is now
called VCPDebug.log.

Let us know if you continue to have trouble.

Thanks,

-John
image001.jpeg

Hi,

To use the integrated Subversion support within Toad, you need a command-line
Subversion client installed on your machine. TortoiseSVN is a Windows Explorer
shell extension for Subversion, and not a command-line client. You can find
command-line clients for Subversion at Apache’s Subversion page:

http://subversion.apache.org/packages.html

CollabNet has a command-line client that’s certified and professionally
supported by CollabNet. SlikSVN also has a command-line client that should also
work. Once you have your command-line client installed, go into the Subversion
Provider Options page within Toad.

The client installation should add the folder containing the svn executable to
your %PATH% variable, so you should be able to leave this page as-is. If it
doesn’t, you can always manually select the location of the svn
command-line executable, as well as any global options you want set. Toad will
automatically build some command-line options, like username and password, so
you may not need to set any global options manually.

For the next screen, you should only need to enter your server name, port, and
whether your server uses SSL encryption:

When you click on the OK button, it will bring up a Subversion Login dialog. For
the Repository, enter the name of the repository on your server. Then link it to
a working directory on your machine, enter your username and password and click
on the OK button. Your local working directory (Sandbox) should already have
been synced using an initial checkout command.

If you have any trouble connecting to Subversion, you can add the following line
to your Toad.ini file, within the [SETTINGS] section:

VCPDebug=1

This will create a SVNDebug.log file within your Toad User Files folder, which
will contain all the Subversion calls Toad is making, along with
Subversion’s responses. Note: for 10.6 and above, this file has been
changed to a centralized log file for all version control providers, and is now
called VCPDebug.log.

Let us know if you continue to have trouble.

Thanks,

-John
image002.jpeg

Hi John,

Thank you very much for your help.
Yes now it is working without any problem.

Toad.ini is not avilable in User Files folder.I am using Trail version may be due to this.

Once again thanks a lot for your help.