Connect to SVN from UNIX


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Connect to SVN from UNIX
# 1  
Old 04-03-2013
Connect to SVN from UNIX

Hi,

Can anyone please tell the command to connect to SVN from UNIX?

Thanks
# 2  
Old 04-03-2013
svn. If you don't have it, you'll need to install it. How to do so varies from distro to distro, what's yours?

Run 'svn help' for its built-in documentation, the manual page isn't much help.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Making post down hook script for svn regarding sending emails after an file is committed in svn

Hi Folks , I am asking this question but i apologise please if this is not the correct forum , I have to develop a shell script that i want to place in at hooks/post-commit , that is basically i have to develop a post hook script and the main functionality of that script would be lets say if... (0 Replies)
Discussion started by: sunsun06060606
0 Replies

2. Shell Programming and Scripting

UNIX command/script svn log to get just the files information

Just need the directory name and files changes information in svn log This is my svn log verbose: svn log -v //test/svn/Demo/branches/HelloWorld/Batch --limit 2 ------------------------------------------------------------------------ r133 | testuser1 | 2013-04-02 18:22:28 -0400 (Tue, 02 Apr... (22 Replies)
Discussion started by: iaav
22 Replies

3. UNIX for Dummies Questions & Answers

Login to svn from UNIX

Hi Can anyone please tell me about how to connect to SVN from unix Thanks (2 Replies)
Discussion started by: kedar_laveti
2 Replies

4. Shell Programming and Scripting

Connecting to SVN from UNIX

Hi, I'm new to Unix,I want to connect to Sub Version(SVN) through Unix. Please let know what command i need to use. Thanks, Madhuri (3 Replies)
Discussion started by: srimadhuri
3 Replies

5. Solaris

How to integrate SVN client to SVN server repository.

Hi, I am new to SVN configuration on Solaris 10.I have installed SVN client version 1.7. bash-3.00# ./svn --version svn, version 1.7.4 (r1295709) compiled Mar 2 2012, 12:59:36 Here my requirement is how to integrate svn client to One of the SVN server repository. My repository... (0 Replies)
Discussion started by: muraliinfy04
0 Replies

6. UNIX for Advanced & Expert Users

SVN installation in UNIX

Hi all, I need ur help in installing SVN for unix. I am desperately need some helps on how to install SVN in unix. I have downloaded subversion-1.7.4.tar.gz . I have unzipped it and when i tried to ./configure it. I am unable to do so getting the error like "-bash: /.configure: No such... (5 Replies)
Discussion started by: dpak10
5 Replies

7. UNIX for Dummies Questions & Answers

PERL/UNIX - SVN check in command

I am working in perl. I need to do some svn check in from my server. I need to install svn in my server. I have the package "svn" in my server path How can I install that in my server. I tried , but this doesnt work. Can you please help with the command to be used. Thanks in... (0 Replies)
Discussion started by: irudayaraj
0 Replies

8. Shell Programming and Scripting

Connect to Clearcase through Unix

Hi, How can I connect to clearcase view through Unix. I have this view r232_view in Clearcase. I tried this from my home directory >cleartool setview r232_view >cleartool: Error: View tag not found: "r232_view". Am I missing something? Thanks, (5 Replies)
Discussion started by: northwest
5 Replies

9. UNIX for Dummies Questions & Answers

connect sqlplus from unix

hi, I have this basic query. I have created a new user on unix. I have given home directory and permission through chmod to create directory stucture. Now need to connect sqlplus. What permissions should we give, so that this works? Any help is appreciated. Thanks, Neha (1 Reply)
Discussion started by: nehak
1 Replies

10. UNIX for Dummies Questions & Answers

How to connect to IE from Unix

I am currently logging onto Unix server using eTrust tool. From there I would like to open IE with a specific address. How do I do it? Thanks, Ghanshyam. (2 Replies)
Discussion started by: ghanshyam
2 Replies
Login or Register to Ask a Question