What a great service you have! So much easier to use than anything else I've tried. Kristen
Version Control
Troubleshooting Git |
svn: Commit failed (details follow): svn: Can't find a temporary directory: Internal error
The probable cause of this error is that your SVN client is using the ra_serf library to manage the http[s] connection to the repository. The workaround for this is to use ra_neon. You will need to add http-library = neon to ~/.subversion/servers.
Please note that all WebEnabled servers are configured to use ra_neon. If you get this error while com...
|
Subversion Access
WebEnabled offers you direct access to your Subversion repository over http, or https. Once you have the Subversion client installed on your development machine, accessing your project repository is simple.
svn checkout https://webenabled_subdomain.svn.webenabled.net/repos/repo_name/
NOTE: webenabled_subdomain and repo_name must be replaced with...
|
SVN password storage warning
If you are using SVN from the command line while logged into one of the WebEnabled servers then you should get an error:
$ svn co http://localhost/svn/repos wc
Authentication realm: TEST SVN repository
Password for 'stylesen':
-----------------------------------------------------------------------
ATTENTION! Your password for authenticati...
|