Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Debian 7.11 on a Beagle Bone Black #14

Open
totem415 opened this issue Sep 16, 2017 · 0 comments
Open

Not working on Debian 7.11 on a Beagle Bone Black #14

totem415 opened this issue Sep 16, 2017 · 0 comments

Comments

@totem415
Copy link

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);
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant