I have just started using textmate and I wanted to checkout from an svn repository. Here are the steps I followed...
- fire up textmate, an untitled text file opens
- Bundles -> SubVersion -> Checkout... (Ctrl+Shift+A -> Checkout...)
- Type the repository name (svn://xxx.xxx.xxx.xxx/repo/project/branches/v1)
- Select a location to save
- BAM!!! Got an errror.
Checkout for “(selected files)”
Authentication realm: myrealm
Password for 'myusername':
Authentication realm: myrealm
Username: svn: Can't read stdin: End of file found
The file /Library/WebServer/Documents/project/branches/v1 does not exist.
What did I do wrong over here?