Tagged Questions
1
vote
0answers
16 views
Cygwin with svn+ssh
I just got started with cygwin today and need to svn+ssh to a repository. I installed the svn and ssh packages for cygwin too. I then did a rebaseall (note: the log for rebaseall showed that it ...
0
votes
1answer
38 views
output of `svn status -uq` has no newlines in script
function runstatus {
echo "SVN Status -uq:"
echo
status=$(svn status -uq)
echo $status
echo $bigline
}
This prints something like:
SVN Status -uq:
rd_backup ...
0
votes
1answer
56 views
How to push SVN updates to PCs without a LAN connection?
I am deploying some embedded linux machines to the field, where they will not have internet or LAN access to our subversion server. The only way I will be able to administrate them is by connecting my ...
0
votes
1answer
85 views
SSH, SVN and firewalls
I have a typical set up where by my SVN server is on a machine behind the firewall and I have a gateway machine which I can SSH into. When outside the network if I want to checkout the repository I ...
1
vote
0answers
97 views
Svn analog of git-shell
I have configured git,so I can pull/push via ssh, authorization via public key,
but if I try to make direct shell access, I get
Last login: Mon Aug 13 20:12:20 2012 from 192.168.1.3
fatal: ...
0
votes
1answer
223 views
RabbitVCS SSH Connection Failed
I have installed RabbitVCS on Fedora16 64bit. When I try to checkout I get the following error
To better debug SSH connection problems, remove the -q option from
'ssh' in the [tunnels] section ...
0
votes
3answers
169 views
IDE that allows SVN operations on remote server
Is there any Windows GUI, preferably an IDE, that allows one to connect to a server via SSH, modify (html, in this case) files and then commit them to SVN?
I've been fiddling with Netbeans and ...
0
votes
3answers
223 views
Is there a free open source repository that enables svn+ssh (through firewall port 22)?
This is a rephrased question of What is the simplest way to use svn repository through firewall without compromizing the security?
We need a new svn repository similar to googlecode (gpl, mit, bsd, ...
0
votes
1answer
106 views
ssh pubkey auth in subshell
Why is this not working:
svnout="$(/usr/bin/svn log -qr HEAD svn+ssh://user@ftp/repo)"
The problem seems to be the subshell. Why?
Public key auth is correctly set up and works fine without the ...
0
votes
3answers
453 views
How can I allow a user account to SSH into a shared folder on my macbook?
So, here is the deal. I want to host a subversion repository on my MacBook, in some folder within my home directory. I want to give the person I will be working on this coding project SSH access, but ...
0
votes
1answer
698 views
Expected FS format ‘2’; found format ‘3’
I've seen a good amount of articles dealing with older svn versions hitting this problem, but my situation is as follows.
I am using Subversion 1.6.6
I have 'versions', a mediocre mac svn gui, which ...
3
votes
7answers
3k views
How can I provide a SSH password to SVN on the command line?
In my case, I want to do a SVN checkout:
svn co svn+ssh://10.106.191.164/home/svn/shproject
However, I want to have the password in that one line, so that it doesn't pop up.
5
votes
4answers
4k views
Putty Authentication on Mac OS X?
On my Windows development machine, I use Pageant with a secret key to authenticate with an SVN server.
I want to know: what's the equivalent Mac process for doing this? Pageant isn't ported, how do I ...
