svn

Change timestamp of SVN revision

Hi, the situation is likely the one described in another thread (I am not allowed to add a hyperlink, because I am a new user) Of course, I have also already tried the solution suggested in that thread (i.e. changing the svn:date property in my case from 2003-01-01 to 2009-05-16), and checked that it really has changed. (What I've done f...

How to deploy Subversion externals?

We're testing the waters with SVN, with Beanstalk as a host. Our setup looks something like this: Repository: Modules Module 1 Module 2 Module 3 Repository: Website 1 Custom website code svn:External reference to Module 1 svn:External reference to Module 2 Repository: Website 2 Custom website code svn:External reference to Modu...

Need to convert a project trunk into a branch when using CVS

Hello! I'm converting a large, multi-project CVS repository into Subversion using cvs2svn. It's working really nicely, but there are a few CVS projects that really ought to be branches of other projects. Using an options file I'm able to specify that the trunk of project 'ShouldBeBranch' should be placed in '/OtherProject/branches/Shou...

There is any way to synchronize GIT and Subversion repositories?

I want to access a repository using both GIT and SVN clients. A way I imagined to do that is through automatic two-way migration: when a user PUSHes into the GIT repository, it is also COMMITed in the SVN repository and vice-versa. There is any tool that would help me to do that? ...

how linked files in vss repository can be migrated to svn repository

how linked files in vss repository can be migrated to svn repository ...

How the shared files (linked files) in VSS can be migrated to a Subversion repository in Debian ?

How the shared files (linked files) in VSS can be migrated to a Subversion repository in Debian ? Please help. ...

How to import code to Subversion?

I use the Subversion on SourceForge, and sent some code via TortoiseSVN on WinXP, and it's a Revision 1. When I changed something, I tried to send it as Revision 2, but I don't know how. I was trying RapidSVN, eSVN, kdesvn, of course on Linux, but I have this same error: svn: /svnroot/projects/**/**.kdevelop already existing, or somethi...

Subversion not updating working copy properly

Over the weekend, another programmer added a file to a project and committed it to the repository. Today, I run an update on the repo and the file does not get pulled down to my working copy. I was able to delete the directory and run an update to get all the files from the directory again, but that concerns me that certain files were ...

Can You Use AnkhSVN and VisualSVN at the Same Time?

I'd like to try out a feature of AnkhSVN (namely, integration with Red Gate SQL Changeset tool) without doing an complete uninstall of VisualSVN. It feels dodgy, so I wanted to see if anyone else had experience that would either alleviate or confirm my fears. Update So I tried uninstalling VisualSVN and dropping in Ankh. As far as worki...

SVN "PROPFIND request failed on..."

Guys, Having an SVN issue here. Here's the scenario. I was checking out a repo (say foo) from SVN while doing some other commits / updates. My server died and I was left with an incomplete checkout. Fine. Problem is when I go back to access the foo repo, I am unable to. It just hangs forever. So, I went to http://subversion.tig...

SVN Weirdness: Is It Possible It's Not My Fault

(I don't really care if it's my fault but rather why things are happening, of course...) I have a rails site in SVN on a remote server. On my local copy I do a switch (svn switch http://whatever/branch .), and then things are totally bizarre and the site doesn't work. I finally track it down and it turns out that part of the build (part...

Storing 3rd party library into source control with Continuous Integration usage

I just committed a very large 3rd party library (Boost) into our source control. I set it up with its own repository. I tagged its version so that other projects could svn:externals this specific version. This is perfectly fine, until I realize that my Continuous Integration (CI) server will do a complete check out everytime I checked-i...

Why would a site display SVN version and what are the advantages?

I have not used SVN so far. Why would a Web site (such as Stack Overflow, for example) display a SVN version at the bottom? What version is it? And what are the advantages of displaying it in public? ...

svn script to rename member variables on checkout/update

I work with a guy who prefers to name his member variables using the mCamelCase convention, for example: mSomeVar or mSomeOtherVar. I can't stand this format. I prefer the m_camelCase convetion, for example: m_someVar or m_someOtherVar. We drive each other mad looking at each other's code. Now we've added a new guy to the team and he...

How to change credentials for SVN repository in Eclipse?

I have Eclipse 3.4.2 installed on Windows with subclipse. Another developer added an SVN repository with his credentials and selected 'Save password'. Now every time I do anything with SVN his cached credentials are used. How can I change them to mine? I have already checked the 'workspace/.metadata/.plugins/org.tigris...' folders, and ...

SVN Weirdness Day 2: SVN List and SVN Update Report Different Things

In a subdirectory of my svn working copy, I do svn list I see that there are 6 files in the repository (same as I see with SVNX). Nice. But in my working copy, there are two files, which are from some historical point that I do not remember. So I do svn update and it says that all files are up to date to revision 122 (which is the ...

Set up svnperms pre-commit hook

I'm trying to implement svnperms into a repository, but am having difficulty with a few things: pre-commit has the execute permissions: -rwxrwxr-x 1 svnadm svn 3018 May 27 10:11 pre-commit This is my call to svnperms within pre-commit: # Check that the author of this commit has the rights to perform # the commit on t...

How to rollback to a previous revision and keep going

I made some changes to a project that I need to take out. The easiest way is to rollback to the project 3 days ago and start from there. How do I make that revision the new head of the project in ToutoiseSVN? ...

How should I Fix "svn: Inconsistent line ending style"?

When I run "svn propedit svn:ignore ." at the root of my svn repository, I get this error: svn: Inconsistent line ending style I have tried to run this script: http://blog.eflow.org/archives/130 which runs dos2unix and sets the eol-style on all of the files, however this problem still persists. Any idea what could be wrong? ...

SVN won't commit unversioned files even though they show up with svn status

Hi, I'm running into difficulty setting up a new project into source control. I've imported a project into subversion and on the surface everything seems to be running fine. However, whenever I add a new file into the project, even though it comes up as unversioned when I run svn status, it isn't checked in when i try and check in, eithe...