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
if LC_LOCALE is for example it_IT the svn info command result is
Percorso: *************
URL: http://******************
Relative URL: ^/***********************
Repository: http://************************
UUID del Repository: c156dcfd-acd8-466a-baaa-1ee46f59d17c
Revisione: 20368
Tipo di Nodo: directory
Autore dell'Ultimo Cambiamento: apug
Revisione dell'Ultimo Cambiamento: 14748
Data dell'Ultimo Cambiamento: 2016-02-11 12:27:18 +0100(gio, 11 feb 2016)
with svn-info var info = require('svn-info').sync('my/repo/path', 194); console.log(info);
the output is { url: 'http://svn.clienti.ichnosnet.it/albofornitori/albofornitori/branch/20151028-simog-client', relativeUrl: '^/albofornitori/branch/20151028-simog-client' }
The text was updated successfully, but these errors were encountered:
if LC_LOCALE is for example it_IT the svn info command result is
Percorso: *************
URL: http://******************
Relative URL: ^/***********************
Repository: http://************************
UUID del Repository: c156dcfd-acd8-466a-baaa-1ee46f59d17c
Revisione: 20368
Tipo di Nodo: directory
Autore dell'Ultimo Cambiamento: apug
Revisione dell'Ultimo Cambiamento: 14748
Data dell'Ultimo Cambiamento: 2016-02-11 12:27:18 +0100(gio, 11 feb 2016)
with svn-info
var info = require('svn-info').sync('my/repo/path', 194); console.log(info);
the output is
{ url: 'http://svn.clienti.ichnosnet.it/albofornitori/albofornitori/branch/20151028-simog-client', relativeUrl: '^/albofornitori/branch/20151028-simog-client' }
The text was updated successfully, but these errors were encountered: