Just wondering if its possible to exclude large files or certian file types from an SVN update?
I ask because I am doing a checkout from home, but we have got several large .flv files in trunk which I do not need at this time and I would like to save the bandwidth.
I am using Tortoise SVN.
Any ideas?
...
I am trying to use an automated script, which would login to SVN, update my sources, create a tarball with these and scp them to a remote host.
The problem here is that, for every login to SVN (even for checkout or update), we require to enter our password. Automation of password entry, the only way that I could find, was using expect t...
I am getting an error when I try to checkout code using TortoiseSVN.
Error: OPTIONS of 'Serverpath': could not connect to server
(http:Serverpath)
Any thoughts?
...
Is there a way to have svn automatically detect your credentials (say by reading a .file in your home directory)?
I have a bash script that includes some svn commands, and I want it to automagically run as the user who is running the script. If I put one user's credentials inside the script then it is easier to run (runs easily without ...
I have created my ActionScript source files in a folder on a Mac (I normally use PC), and somehow managed to make an Eclipse/FDT project that can see them.
I now need to move them into a svn checkout of an existing project to get them under source control.
I just can't work out how you do this without losing all references in the proje...
I am trying to install subversion on a centos 5 VPS.
I managed to install subversion but when I try to do yum install mod_dav_svn I get this error:
Error: Missing Dependency: httpd-mmn =
20051115 is needed by package
mod_dav_svn
After a lot of googling I read that you need Apache 2.2 (I previously had 2.0) so I recompiled the s...
The machine hosting our svn server failed. We were able to recover the C:\Repositories\ directory. How do we migrate this to a new host?
...
We've been working on a project where everyone is working off of trunk. The project has reached the point where our development team is growing and we've finally started doing client releases (all good things). So, to help co-ordinate all this we started following the SVN best practices of branching/merging etc.
The problem we're facin...
Is it possible to delete the folder from repository the way it wont be removed from each user's local repository?
In my case there is a directory named 'config' that was intended to be version-controlled. Now we decided to remove that directory from version-control but leave it on each person computer (and add it to svn:ignore by the wa...
I am trying to install subversion on a centos VPS.
I managed to install subversion and mod_dav_svn and now I am trying to configure them.
I edited httpd.conf and added the lines:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so
But this crashes apache on restart:
httpd: Syntax ...
How do I revert all or part of an SVN commit using TortoiseSVN?
...
SVN made branching much easier by making branches really cheap, but merges remain a real problem in SVN - one that Git supposedly solves.
Does Git achieve this, and how?
(disclaimer: All I know about Git is based on the Linus lecture - total git noob here)
...
Duplicate:
Free Online SVN repositories
Free version control services
Is there a free version control server provider for non-public projects?
Are there free online repositories suitable for university team projects?
better if it's hidden from public
at least 5 users
of course, free!
As it's a school project, it's n...
Subversion's changelist feature allows you to put a label on certain files. For example, I have a changelist called 'do not commit'. How do I commit everything but the files in this or any other changelists, i.e. modified files that do not belong to a changelist?
...
Where are the windows binaries for the command line version of svn??
Everywhere I search, it has to be some company's fancy client software with an installer.
Just give me the plain command-line binaries, where the hell are they??
I'm working on a machine where I don't have administrator account
...
I started getting this error today on my subversion repo when I try to update. Any suggestions?
svn: OPTIONS of 'http://example.org/example_repo': Could not read status line: connection was closed by server (http://example.org)
It appears that when I use the svn+ssh instead of HTTP, it works.
...
Is there a way with TortoiseSVN to get a list of files that are not in the repository?
...
I'm using Eclipse with Subversive SVN Team Provider 0.7.0.v20080425 as well as the latest update of Subversion installed on OSX 10.5.6.
My problem is that whenever I add a project folder to Eclipse enabling the Team integration it disables the SVN functionality from within the terminal throwing me the following error message :
svn: ...
I have dumped my repository on my old computer to a file with the command.
svnadmin dump C:\myrepo/ > mydumpfile
Now I decided to use Visual SVN on my new computer as opposed to just a baseline subversion. How do I import my repository into VisualSVN?
...