jope Posted November 11, 2015 Posted November 11, 2015 Trying to use the versioning functionality from AutoIt3Wrapper but am getting am error stating "Your sourcefile directory has no SVN versioning setup." Do the parameters in AutoIt3Wrapper.ini need to be manually edited? My ini settings are below. Using v3.3.14.2 VersionPGM=C:\Program Files\TortoiseSVN\bin\svn.exeCommandChkVersioning=info "%sourcedir%"CommandChkVersioning_ok_txt=Working Copy Root Path:CommandChkVersioning_ok_rc=CommandStatusSource=status "%sourcefile%" -uCommandStatusSource_ADD_txt=\?\s*?%sourcefile%CommandStatusSource_ok_txt=[MA\?][\s\d-]*?%sourcefile%CommandLogSource=log "%sourcefile%" -l 5CommandAddSource=add "%sourcefile%"CommandAddSource_ok_txt=A.*?%sourcefileonly%CommandAddSource_ok_rc=CommandCommitSource=commit "%sourcefile%" --message "%commitcomment%"CommandCommitSource_ok_txt=CommandCommitSource_ok_rc=0CommandCommitSource_new_revision=(?i)(?s)committed revision\s*([0-9]*)CommandGetLastVersion=cat "%sourcefile%"CommandGetLastVersion_ok_txt=CommandGetLastVersion_ok_rc=0
Developers Jos Posted November 11, 2015 Developers Posted November 11, 2015 Have you followed the steps as documented in the SciTE4AutoIt3 helpfile, specifically: Steps to create the SVN controlled directory for your source files?Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now