can we write the code version control system.

K

kumar

Hi,
Can We write the code in Ruby to know the Frequently changing classes in
SVN (like version control system) which are check in.

My doubt,
1) Is it worthy to do in PYthon...?

2) else, which scripting language is best one for this..?


Regards ,
kumar
 
J

John Wilger

Hi,
Can We write the code in Ruby to know the Frequently changing classes in
SVN (like version control system) which are check in.

I, for one, have absolutely no idea what you're trying to ask here.
You might need to explain what you're trying to accomplish in a bit
more detail.
My doubt,
1) Is it worthy to do in PYthon...?

Well... maybe...but this is a Ruby mailing list. ;-)
 
T

Tim Pease

Hi,
Can We write the code in Ruby to know the Frequently changing classes in
SVN (like version control system) which are check in.

My doubt,
1) Is it worthy to do in PYthon...?

If you know Python best, sure!
2) else, which scripting language is best one for this..?

That depends on your objective. If you want it done fast, then pick
the language you know best. If you want to learn a new language (like
ocaml) then pick that one. If you are working with others on this
project (or it is going to be maintained by someone else) then get
their input on what languages they know or feel comfortable with.

The svn team has a set of swig wrappers for their C libraries. So you
can use pretty much any scripting language you like. Be forewarned
that the swig generated interfaces are fairly low level -- nothing
like the command line svn tool.

Blessings,
TwP
 
G

Giles Bowkett

In other words, it's something pretty simple, so simple that the
language you use for it might not make any difference at all.
 
E

Eric Hodel

Hi,
Can We write the code in Ruby to know the Frequently changing
classes in
SVN (like version control system) which are check in.

SVN post-commit hooks? yes.
My doubt,
1) Is it worthy to do in PYthon...?

2) else, which scripting language is best one for this..?

I've written them in shell when shell would make them shortest.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,234
Messages
2,571,178
Members
47,809
Latest member
Adisty

Latest Threads

Top