You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just running code I basically took right of your page. The client object won't instantiate. The actual error thrown is on the console.log statement near the bottom. Any help is greatly appreciated, or if nothing else just a heads up . . . I don't know if you guys are interested in testing on Debian on the Beagle Bone architecture.
Cheers.
Here's the error:
2017-09-16T22:49:28.588Z - error: uncaughtException: Cannot read property 'url' of undefined date=Sat Sep 16 2017 22:49:28 GMT+0000 (UTC)
// CODE:
var SvnClient = require('svn-spawn');
client = new SvnClient({
cwd: 'https://calmicrosystems.svn.cloudforge.com/mercury_1up_tester/trunk/',
username: 'xxx',
password: 'xxx'
});
// note: i 'xxx'-d out my legitimate credentials. I'm logged in on the command line with the same credentials, everything working fine.
I'm just running code I basically took right of your page. The client object won't instantiate. The actual error thrown is on the console.log statement near the bottom. Any help is greatly appreciated, or if nothing else just a heads up . . . I don't know if you guys are interested in testing on Debian on the Beagle Bone architecture.
Cheers.
Here's the error:
2017-09-16T22:49:28.588Z - error: uncaughtException: Cannot read property 'url' of undefined date=Sat Sep 16 2017 22:49:28 GMT+0000 (UTC)
// CODE:
var SvnClient = require('svn-spawn');
client = new SvnClient({
cwd: 'https://calmicrosystems.svn.cloudforge.com/mercury_1up_tester/trunk/',
username: 'xxx',
password: 'xxx'
});
// note: i 'xxx'-d out my legitimate credentials. I'm logged in on the command line with the same credentials, everything working fine.
client.getInfo(function(err, data) {
console.log('svn info. repository url is %s', data.url);
});
The text was updated successfully, but these errors were encountered: