Skip to content

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

@totem415

Description

@totem415

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions