Re: [ilugd] Perl SVN help required

2011-11-08 Thread Raj Mathur (राज माथुर)
On Tuesday 08 Nov 2011, Vikas Upadhyay wrote:
 Need help in Perl SVN.
 [snip]
 Using commands like “svn co url” or using perl modules for the
 same.
 
 What does the expert here think, which one is the better idea ?

I'd go with the Perl module, since that is independent of command-line 
vagaries.  The standard library seems to be just called SVN.

Regards,

-- Raj
-- 
Raj Mathur  || r...@kandalaya.org   || GPG:
http://otheronepercent.blogspot.com || http://kandalaya.org || CC68
It is the mind that moves   || http://schizoid.in   || D17F

___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Perl SVN help required

2011-11-08 Thread Vikas Upadhyay
2011/11/8 Raj Mathur (राज माथुर) r...@linux-delhi.org

 On Tuesday 08 Nov 2011, Vikas Upadhyay wrote:
  Need help in Perl SVN.
  [snip]
  Using commands like “svn co url” or using perl modules for the
  same.
 
  What does the expert here think, which one is the better idea ?

 I'd go with the Perl module, since that is independent of command-line
 vagaries.  The standard library seems to be just called SVN.

 Regards,

 -- Raj


Thank you Raj,
Could you please suggest some particular one which helps me perform the
basic svn operations ?
Being new to Perl ans SVN both, I am finding it a difficult to choose the
right one(s) at
http://cpan.uwinnipeg.ca/module/SVN/
The lack of proper documentation is making life further difficult. Also,
not all seem to be available for Windows (e.g. SVN-Agent ).

Regards
Vikas
___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Perl SVN help required

2011-11-08 Thread Raj Mathur (राज माथुर)
On Tuesday 08 Nov 2011, Vikas Upadhyay wrote:
 Could you please suggest some particular one which helps me perform
 the basic svn operations ?
 Being new to Perl ans SVN both, I am finding it a difficult to choose
 the right one(s) at
 http://cpan.uwinnipeg.ca/module/SVN/
 The lack of proper documentation is making life further difficult.
 Also, not all seem to be available for Windows (e.g. SVN-Agent ).

They're all part of the same module.  Presumably if you install SVN 
through CPAN (or better, get a pre-packaged one for your platform) you 
should get all the sub-modules available.

Regards,

-- Raj
-- 
Raj Mathur  || r...@kandalaya.org   || GPG:
http://otheronepercent.blogspot.com || http://kandalaya.org || CC68
It is the mind that moves   || http://schizoid.in   || D17F

___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd


Re: [ilugd] Perl SVN help required

2011-11-08 Thread Lalit Bhasin


--- On Tue, 11/8/11, Raj Mathur (राज माथुर) r...@linux-delhi.org wrote:

 From: Raj Mathur (राज माथुर) r...@linux-delhi.org
 Subject: Re: [ilugd] Perl SVN help required
 To: ilugd@lists.linux-delhi.org
 Date: Tuesday, November 8, 2011, 8:29 PM
 On Tuesday 08 Nov 2011, Vikas
 Upadhyay wrote:
  Could you please suggest some particular one which
 helps me perform
  the basic svn operations ?
  Being new to Perl ans SVN both, I am finding it a
 difficult to choose
  the right one(s) at
      http://cpan.uwinnipeg.ca/module/SVN/
  The lack of proper documentation is making life
 further difficult.
  Also, not all seem to be available for Windows (e.g.
 SVN-Agent ).
 
 They're all part of the same module.  Presumably if
 you install SVN 
 through CPAN (or better, get a pre-packaged one for your
 platform) you 
 should get all the sub-modules available.

Well not really, they are all different modules/packages. Installing all of 
them would take ages, and not all would be required. You may want to try  
SVN::Client or Alien::SVN, although I haven't used them ever.

Also, I would recommend to check on some Windows bindings for SVN  independent 
of perl, in case your solution is supposed to be explicitly for Windows.

/Lalit


___
Ilugd mailing list
Ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd