svn

Is there a way to exclude large files or certain file types from an SVN update?

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? ...

Using expect to login into SVN

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...

Not able to checkout code using TortoiseSVN

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? ...

Have svn automatically detect your user credentials?

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 ...

In Eclipse, how can I move all my source files to a different folder without screwing up the project?

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...

CentOS install mod_dav_svn

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...

Recover svn from directory backup after server failure

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? ...

Does Subversion 1.5 performance stink?

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...

Making the folder unmanaged by SVN

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...

mod_dav_svn loading error on centos 5

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 roll back all or part of a commit to svn?

How do I revert all or part of an SVN commit using TortoiseSVN? ...

How does Git solve the merging problem?

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) ...

free online repository for small team project

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...

How do you make subversion act on files not in a changelist?

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? ...

Determine the used source control system for a local folder (Subversion or TFS)

...

svn client binaries for windows

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 ...

SVN: Could not read status line: connection was closed by server

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. ...

How can I get TortoiseSVN to get a list of files that are not in the repository?

Is there a way with TortoiseSVN to get a list of files that are not in the repository? ...

Using SVN Team integration in Eclipse disables access from terminal

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: ...

Import Dumped SVN Repo into Visual 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? ...