LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Looking for subversion client for LINUX? (https://www.linuxquestions.org/questions/linux-software-2/looking-for-subversion-client-for-linux-4175449935/)

thomas2004ch 02-13-2013 12:55 AM

Looking for subversion client for LINUX?
 
Hi all,

I am looking for subversion client for RHEL. WHich one is the most popular and the best in the moment?

evo2 02-13-2013 01:21 AM

Hi,

I guess the one that is used the most (perhaps equiv to "most popular") is svn which should be in the subversion package. Which is best depends on the person and their workflow. For me, git-svn provides the best svn client.

Evo2.

thomas2004ch 02-13-2013 01:59 AM

Quote:

Originally Posted by evo2 (Post 4890479)
Hi,

I guess the one that is used the most (perhaps equiv to "most popular") is svn which should be in the subversion package. Which is best depends on the person and their workflow. For me, git-svn provides the best svn client.

Evo2.

Hi,

I use the man git-svn but I got error as follow:
Code:

No manual entry for git

thomas2004ch 02-13-2013 02:20 AM

How about the TortoiseSVN?

fortran 02-13-2013 09:41 AM

SVN is good choice.
CVS is another option but I never used it.

TB0ne 02-13-2013 10:22 AM

Quote:

Originally Posted by pavi_kanetkar (Post 4890807)
SVN is good choice.
CVS is another option but I never used it.

Did you read the OP's question?? They've already GOT SVN, and are looking for a client.

fortran 02-13-2013 10:40 AM

Quote:

Originally Posted by TB0ne (Post 4890834)
Did you read the OP's question?? They've already GOT SVN, and are looking for a client.

No i was not giving him advice.he has got already a good one.
I was praising about his decision. If you want me suggest him clients,ok,I have used following clients and all are good.
Smartsvn
rapid svn
Qsvn
websvn
Smartgit

TB0ne 02-13-2013 11:11 AM

Quote:

Originally Posted by pavi_kanetkar (Post 4890846)
No i was not giving him advice.he has got already a good one.
I was praising about his decision. If you want me suggest him clients,ok,I have used following clients and all are good.
Smartsvn
rapid svn
Qsvn
websvn
Smartgit

I wasn't asking...the OP was. Your original reply didn't address his question in any way.

fortran 02-13-2013 11:19 AM

Quote:

Originally Posted by TB0ne (Post 4890858)
I wasn't asking...the OP was. Your original reply didn't address his question in any way.

Please don't take it wrong but if youwant I can send my every comment to you first for verification. If you find it suitable then only make it visible.

TB0ne 02-13-2013 01:09 PM

Quote:

Originally Posted by pavi_kanetkar (Post 4890862)
Please don't take it wrong but if youwant I can send my every comment to you first for verification. If you find it suitable then only make it visible.

No, I don't want that and I don't know anyone who would. Feel free to send me whatever you'd like, but I doubt I'll answer.

Read the OP's question and the answers first; if you can contribute and add to things, that's great. Restating what others have said, or ignoring the original question doesn't help.

evo2 02-13-2013 06:38 PM

Hi,
Quote:

Originally Posted by thomas2004ch (Post 4890490)
I use the man git-svn but I got error as follow:
Code:

No manual entry for git

Did you install it? (eg: yum install git-svn)

Maybe I should be explicit here and point out that git-svn is actually for using git with an subversion repo. I dislike subversion and use git for all my own projects, and as such choose to use git-svn when forced to interact with a subversion repo. Recall that you asked about the "best" client and that I stated that for *me* git-svn is best. I'm not necessarily recommending it to everyone.

Evo2.

thomas2004ch 02-14-2013 03:39 AM

Quote:

Originally Posted by evo2 (Post 4891138)
Hi,


Did you install it? (eg: yum install git-svn)

Maybe I should be explicit here and point out that git-svn is actually for using git with an subversion repo. I dislike subversion and use git for all my own projects, and as such choose to use git-svn when forced to interact with a subversion repo. Recall that you asked about the "best" client and that I stated that for *me* git-svn is best. I'm not necessarily recommending it to everyone.

Evo2.


Your answer seems interesting. You mean one can use subversionj as on the server site and git-snv as client?

I couldn't find out the git-svn by using yum search git-svn. Seems this package is not in the channel. I think one can download it from internet, right?


Besides, is git = git-svn?

TB0ne 02-14-2013 08:37 AM

Quote:

Originally Posted by thomas2004ch (Post 4891370)
Your answer seems interesting. You mean one can use subversionj as on the server site and git-snv as client?
I couldn't find out the git-svn by using yum search git-svn. Seems this package is not in the channel. I think one can download it from internet, right?
Besides, is git = git-svn?

I can't speak to that, but I did forget to mention that you do have options for SVN with your file manager, too. Nautilus has NautilusSVN (http://solitarygeek.com/linux/linux-...ilussvn-ubuntu) and ksvn for Konqueror (http://kdesvn.alwins-world.de/wiki/DownLoads).

evo2 02-15-2013 03:14 AM

Quote:

Originally Posted by thomas2004ch (Post 4891370)
You mean one can use subversionj as on the server site and git-snv as client?

Yes.
Quote:

I couldn't find out the git-svn by using yum search git-svn. Seems this package is not in the channel. I think one can download it from internet, right?
git-svn should be packaged for/by RHEL. Have you paid your subscrition fees? If not you should consider using another distribution.

Quote:

Besides, is git = git-svn?
No.

Evo2.


All times are GMT -5. The time now is 11:24 PM.