User forums > Help

Autoversioning and SVN

(1/2) > >>

Schyfis:
I'm starting to work with SVN for the first time and am currently trying to set it up to play nice with the C::B autoversioning plugin.
I keep getting the error "Svn configuration files not found. Verify the Autoversioning svn directory."

I've installed TortoiseSVN as well as the SlikSVN svn command line utility, and both are on my system path. I've tried selecting the project folder as well as the .svn folder. Which folder am I to choose here?
One other question. With SVN enabled in the autoversioning plugin, will it commit automatically every time a file in the project is changed and saved?

stahta01:
I have no knowledge of the "SVN enabled in the autoversioning plugin", but do you have svn.exe in your computer path? By default, TortoiseSVN does not supply an svn.exe.

Tim S

Schyfis:
Yes, svn.exe is in my computer path. I'm able to run it from the command line from any directory and I verified it through the Environment Variables dialog in Windows.


--- Quote ---I have no knowledge of the "SVN enabled in the autoversioning plugin"

--- End quote ---

stahta01:
My next guess, is that the folder "C:\C++\Project" needs to be a SVN folder.

Tim S

Schyfis:
What do you mean by SVN folder? The ".svn" folder that TortoiseSVN created in my project folder?
Here's the process I went through to set things up:

* Installed TortoiseSVN, Autoversioning plugin, and SlikSVN, then rebooted.
* Made sure both the TortoiseSVN and the SlikSVN folders were on the path.
* Set up a new repository using TortoiseSVN.
* Created a new folder in the repository using the TortoiseSVN repo-browser.
* Checked out the new folder over the project folder.
* Used TortoiseSVN -> Add to add the content to the repository.
* Committed everything.
* Opened Code::Blocks and loaded my project.
* Clicked Project and then Autoversioning.
* Selected Yes to configure the project for autoversioning.
* Checked "svn enabled."
* Browsed for a directory.
* Attempt 1: chose the project directory. Resulted in error.
* Attempt 2: chose the .svn directory that TortoiseSVN created (Project/.svn/). Resulted in error.
* Attempt 3: chose the repository, just for fun. Resulted in error.
The error is the same each time: "Svn configuration files not found. Verify the Autoversioning svn directory."
What am I doing wrong here?

Navigation

[0] Message Index

[#] Next page

Go to full version