I created a SVN project on a Ubuntu PC and created on it a few symbolic links to files that are elsewhere, then commited it. Then I tried to checkout on a Win10 PC, and when I opened a file it had a link text instead of the file content. I had searched about it and figured that symlink “works”
Tag: svn
Temp directory on root drive runs out of space when PUTing a large file into Apache
I’m putting (via curl on a client) a 10GB file up into an Apache server on Ubuntu Linux (v17.04). The root drive was pretty much full, and the ultimate destination for the PUT is a subversion root that is on a huge drive that’s not root. The only other technology involved is mod_dav_svn. How to move the tmp folder for
Capture output from external command and write it to a file
I am trying to create a script that calls on a linux command from my Ubuntu server and prints the output of aforementioned command to txt files. This is literally the first script I’ve ever written, I just started learning python recently. I want 3 files in 3 separate folders with filenames unique to date. It is failing at the
Can’t connect to SVN from Subclipse in Linux
I’m trying connect to a SVN repository from Sublipse. I have followed this steps: Open SVN Repository Exploring perspective Select New > Repository Location… Enter repository url. Enter SVN access credentials The message Operation in progress… appears indefinitely The only thing that could suppose a problem is the proxy, but I don’t think so because: Eclipse is configured to use
Auto Update SVN after Commit and Export it to zip
Me and my friends are developing android Custom ROMS, the problem is we immediately update when there is something need to update. i use google code trunk to upload our custom roms for now and i need to zip it and upload it, is there is a way for a better proccess that our server automatically svn update when i
Malformed dumpfile header when migrating repository from Windows to Linux (encoding issue?)
I’m moving an SVN repository from a Windows machine (Windows 7) to a Linux machine (Ubuntu 13). I dump the repo on Windows with svnadmin dump and copy the files to the Linux machine. Now I’m running And the terminal responds with I suspect that there is a problem with my character encoding (Windows vs. Unix), based on the fact
SVN post-commit update error (Can’t create temporary file from template / permission denied)
My post-commit hook is: /usr/bin/svn update /var/www/html/mysite/ –username myusername –password mypassword –no-auth-cache >> /var/www/html/mysite/foo.txt 2>&1 After performing a commit, my post-commit hook outputs to foo.txt the following: Updating ‘/var/www/html/mysite’: svn: E000013: Can’t create temporary file from template ‘/var/www/html/mysite/.svn/tmp/svn-XXXXXX’: Permission denied Any ideas?? Must be something related to permissions. It used to work, but something happened. Answer check if you have
subversion pre-commit hook error code 255
I added pre-commit hook script to the repository. It always gives below error while committing: I have already checked that my pre-commit script is having executable permission and its a bash script. is added in the beginning of the file. Even if I write in the beginning of the file, it is not allowing me to commit and giving the
CentOS Subversion, Basic Auth Password file not working
So i have SVN installed and using HTTPD for a remote repository. All works well, until i use the password file. This is not working at all. Apache’s error_log says (13) Permission Denied: Could not open password file I have set the passwd file’s chmod to 777 and chown to apache, I also set the parent folder of the repo
SVN Update Crontab Linux
I am trying to figure out how to run a SSH command via cron for linux. The command I want to run is: Something like: Anyone know what I would need to do with the cron line? EDIT: I don’t need it to be SSH, just need to run svn update on the same server as cron to the working