Access your SVN repository from ANYWHERE with BTMM
December 9th, 2008
If you have Subversion up and running on a Mac on your home network and you have Back-To-My-Mac (BTMM) enabled, you can access your repository from anywhere on your local network or internet.
Use the following URL as your path:
https://computername.membername.members.mac.com/path
- https is either http or https, depending on how you set up your web server.
- Computer name is the computer name as set in the Sharing panel of System Preferences.
- Member name is your dotMac/MobileMe member id. Do not use your email address, just your id.
- Path is the path of your SVN repository.
Your SVN command will look something like this:
svn co https://computername.membername.members.mac.com/repo/macosx/MyApp/trunk
You will be prompted for your username and password as usual.
Recent Comments