Problem with accessing subversion installed on unix server through windows GUI

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications Problem with accessing subversion installed on unix server through windows GUI
# 1  
Old 11-11-2009
Problem with accessing subversion installed on unix server through windows GUI

We are using subversion as a version control system in our project. We are connecting to client`s sun Solaris box through check point VPN. Client has installed subversion .
We have created repository and add files to it. Now we want to access the same from our windows machine (through tortoise svn client). Is it possible?

Also the client team want to access the svn through GUI (From Windows using tortoise client ) in their local network. if it is possible what will be URL for the same?
Can we know in what way the subversion has been installed (plain svn serve or through apache http server).



Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Programming

Problem with Perl script after moving from a Windows/Apache Server to a UNIX server.

I have a Perl script that worked fine before moving it to justhost.com. It was on a Windows/Apache server. Just host is using UNIX. Other Perl scripts on other sites that were also moved work fine so I know Perl is functioning. The script is called cwrmail.pl and is located in my cgi-bin. When I... (9 Replies)
Discussion started by: BigBobbyB
9 Replies

2. Shell Programming and Scripting

Unix shell script to Copy files from one Windows server to another Windows server.

Can anybody please help me on how to code for the below requirement: I need to write a shell script (on different unix server) to copy files from multiple folders (ex. BRN-000001) from one windows server (\\boldls-mwe-dev4)to a different windows server(\\rrwin-ewhd04.ecomad.int). This shell... (4 Replies)
Discussion started by: SravsJaya
4 Replies

3. UNIX for Dummies Questions & Answers

accessing windows files from unix

Hello, I am new to Unix and I would like to know how can I see my files from Windows desktop. When I type ls, I can see a list of files-directories including Desktop, but when I cd Desktop, and then ls there is a message 'Link to old Desktop'. (The big picture is to build a sundials library but... (4 Replies)
Discussion started by: s097
4 Replies

4. Shell Programming and Scripting

Accessing windows server

Hello guys, i have a scenario that i need to run some commands on a unix machine and them connect on a windows server machine stop some services and them back to the Unix machine do another commands.. There is a way to do that with shell script? tks (1 Reply)
Discussion started by: paddock
1 Replies

5. Solaris

X-windows Problem /GUI Installation fails

Guys, I am trying to install few products on my solaris 10 box. One of these installation would go as GUI installation. Whenever i run the setup, it throws an error message saying that GUI could not be started. What all things i need to check on server side as well as client (my windows... (0 Replies)
Discussion started by: ak835
0 Replies

6. Red Hat

accessing windows 2k3 partition from Linux Advance Server 3

Dear all i hav dual operating system ie windows 2003 and Red Hat Advance Server3 trying to mount windows partition on linux operating system using the following method 1)mkdir /mnt/windows 2)mount -t ntfs /dev/hda1 /mnt/windows mount: fs type ntf not supported by kernel and my kernel... (2 Replies)
Discussion started by: maooah
2 Replies

7. Filesystems, Disks and Memory

Unix Sco Open Server, Windows Computers Problem Access Unix Shared Files Help!!!!!

Hello Moto I hope someone can help We's here at work, have a unix box with sco openserver 5 on it, so it has a nice gui interface.. and also a fair few windows computers.. a system admin guy b4 me, has set up a user called neil, which can, when u try to access the unix box using windows... (2 Replies)
Discussion started by: haggo
2 Replies

8. UNIX Desktop Questions & Answers

Running MS-windows GUI from unix/linux

Hi i need some help , i would like to run a GUI application on windows from unix i dont need to see the gui just to activate it from remote . it shoud be from CLI on the unix . thanks GUY (1 Reply)
Discussion started by: koreng
1 Replies

9. UNIX for Dummies Questions & Answers

If a is windows gui ( client), b is a unix gui ( Server for a) and c is a shell scrip

Hello all, 1) I want to have a GUI application that will call Unix shell scripts, 2) that GUI application should be able to reside on windows ( if possible) and then call Unix shell script either directly or through a server residing on unix. That is for example. If a is windows gui (... (1 Reply)
Discussion started by: hchivukula
1 Replies

10. Solaris

Looking for a subversion GUI for Solaris 9

If available. Didn't see any on the tigris website. Don't have the programming experience to create one. Any third party software would do, too. Client isn't command line friendly. (1 Reply)
Discussion started by: ECBROWN
1 Replies
Login or Register to Ask a Question
SVN-MAILER(1)							   User Commands						     SVN-MAILER(1)

NAME
svn-mailer - A feature rich subversion commit notification tool SYNOPSIS
svn-mailer --commit -d repos -r rev [-f config] svn-mailer --propchange -d repos -r rev -a author -n propname [-o action] [-f config] svn-mailer --lock -d repos -a author [-f config] svn-mailer --unlock -d repos -a author [-f config] DESCRIPTION
The svnmailer package is a tool to post notifications of subversion events to various targets in different ways. Currently implemented: Mail via SMTP or a sendmail pipe, news via NNTP, XML via XMLRPC to a CIA tracker (see http://cia.navi.cx/ for details). The svn-mailer command line script is typically invoked via subversion's hook mechanism, but you can run it manually as well. This is use- ful to resend missing messages or for debugging purposes. Remember to start it under the correct user/group id. Otherwise it may have problems to open the repository or the config file. The svnmailer can be used in most cases as a drop-in replacement for mailer.py distributed with subversion. There are some subtle differ- ences which are dedicated to more behavior consistency. (Hopefully) all of them are stated in the HTML documentation. GENERAL OPTIONS --version show program's version number and exit -h, --help show a help message and exit COMMON PARAMETERS --debug Run in debug mode (means basically that all messages are sent to STDOUT) -dREPOSITORY, --repository=REPOSITORY The repository directory -fCONFIG, --config=CONFIG The configuration file -ePATH_ENCODING, --path-encoding=PATH_ENCODING Specifies the character encoding to be used for filenames. By default the encoding is tried to be determined automatically depending on the locale. BEHAVIOR OPTIONS The behavior options are mutually exclusive, i.e. the last one wins. -c, --commit This is a regular commit of versioned data (post-commit hook). This is default. -p, --propchange This is a modification of unversioned properties (post-revprop-change hook) -l, --lock (svn 1.2 and later) This is a locking call (post-lock hook). The locked file names are read from STDIN. -u, --unlock (svn 1.2 and later) This is a unlocking call (post-unlock hook). The unlocked file names are read from STDIN. SUPPLEMENTAL PARAMETERS -rREVISION, --revision=REVISION The modified/committed revision number -aAUTHOR, --author=AUTHOR The author of the modification -nPROPNAME, --propname=PROPNAME The name of the modified property -oACTION, --action=ACTION (svn 1.2 and later) The property change action. If specified, the old property value is read from STDIN. CONFIGURATION FILES
If the configuration file is not specified on the command line it is searched at default locations. The first one found is loaded. The locations are, in order: mailer.conf in the conf/ directory of the given repository, mailer.conf in the script directory itself, /etc/svn- mailer.conf. OLD STYLE COMMAND LINE
Alternatively you can use the old style compatibility command lines (options described above don't apply then): svn-mailer commit repos rev [config] svn-mailer propchange repos rev author propname [config] With svn 1.2 and later: svn-mailer propchange2 repos rev author propname action [config] svn-mailer lock repos author [config] svn-mailer unlock repos author [config] REPORTING BUGS
If you've found a bug or have an idea how to improve the svnmailer, please send a mail to <svnmailer-bugs@perlig.de>. AUTHOR INFORMATION
Andre "nd" Malo <nd@perlig.de>, GPG: 0x8103A37E SEE ALSO
The full documentation of the svnmailer package is maintained in HTML form. You may find it in the /usr/share/doc/svnmailer/ directory at your site or online at <http://opensource.perlig.de/svnmailer/>. For detailed information about subversion, consult the subversion book at <http://svnbook.red-bean.com/>. svn-mailer 1.0.8 2006 SVN-MAILER(1)