svn

Protect ourselves from ourselves - SVN Branching Policy for small development team.

Our small team (6) development team is comprised of individuals with varying skill levels and product knowledge. To protect ourselves from ourselves (or lack of experience) what branching policy should we use? ...

Subversion: How to find old revisions?

I'm noob in Subversion, how can I find my old revisions of the project in the repository? ...

Eclipse Android cannot connect to public repository - what am I doing wrong?

I am using a Mac with Eclipse Galileo, trying to load Android code from a public repository. I tried 'Checkout from SVN' and the URL is: http://secrets-for-android.googlecode.com/svn/trunk/secrets-for-android-read-only This is from the website: http://code.google.com/p/secrets-for-android/source/checkout I get the error: Error valida...

Eclipse and SVN question. Please help!

Hi, This is driving me crazy. I created a Dynamic Web Project in eclipse and later checked the code into a project in SVN. Now when I check out the project into a new workspace using the svn plugin in eclipse it does not prompt the Create New Project Wizard. Apparently this is not prompted if the .project file is checked into the reposi...

svn commit bad version and then good

Hello, I have svn repository with project on it. Right now there is "good" version and on my computer there is "bad" version but I want to have both on repository. I dont want to make any tags. I can rememebr that I once did somethinkg like that: Commited "bad" version, then checked out old but "good" version and commited it so that "...

How to remove a file with @ in it's name from svn in command line ?

With the new iPhone 2x files i've stumbled uppon this problem... ...

Subversion: how to intepret diff results?

I have just started to use svn. When comparing to files using 'svn diff' command, the output seems to be very odd. How to intepret diff output? I tried 'svn diff help' but it did not tell anything useful about the output (or I did not understand it). ...

How can I do a svn delete --keep-local from subclipse?

I'm using the subclipse plugin with Eclipse, and I'm more experienced with using svn from the command line. Surely there is a way to delete something from the repository and keep it locally, but I can't figure it out. Any ideas? ...

How can I know wich user I used to co a svn repository?

How can I know wich user I used to co a svn repository? Is there a svn command for this? update: so, how can I ci as certain user? ...

What's this svn error about?

When trying to commit I get: 405 Method Not Allowed In response to a MKACTIVITY request. ...

Use git-svn to also control directory versioning.

I want to use git-svn to sync my local computer with my company's remote svn repository. I used to do that, but had to stop because git did not put directories under revision control. The problem is that when I added a new directory git worked just fine, but when I removed a dir the directory would still exist in the svn repository, cau...

Convert a SVN repo to a HG repo and discard revision comments

I want to create a HG repository from a SVN repository, but I do not want the HG repository to have any of the commit comments. What would be the easiest way to do this? ...

Can SVN synchronize MySQL databases?

Can SVN replicate/copy/synchronize a database like it does code? ...

svn copy failing when tring to create branches

I created repository in my local machine: svnadmin create /home/me/Desktop/svn_test/trunk Then import myDir directory to the repository. svn import myDir/ file://home/me/Desktop/svn_test/trunk So far svn checkout, commit, update works fine. Now, I want to create branch from the repository, so I followed the tutorial and executed: ...

Svn block diff of certain file types.

How do I tell svn not to diff certain file types when I type "svn diff"? ...

SVN folder (not repository-wide) permissions

I am a bit new to SVNed code. We are a small team (4 people) divided into two duos. Each of the duos has its own disjoint share of the project. I want to be able to SVN a project to a single repository with the following: each duo, should be able to write to it's own "section" of the rep'. each duo, should be able to read-only the oth...

How to undo an -R status (marked for deletion) in SVN

I'm trying to add a_folder to SVN but I accidentally scheduled my root directory for deletion: [phil@sessions www]$svn status R . A a_folder I can't commit a_folder's adding because... [phil@sessions www]$ svn commit a_folder-m "adding" svn: Commit failed (details follow): svn: '/home/phil/www' is not under version control ...

XCode - Can't access Repository to Configure

I have a working SVN repository (used the Bitnami 1.6.6 build), which I have validated is functioning with SvnX. Here's the symptom. I load up XCode, go the SCM menu, and select Configure Repositories, and then try to add a Subversion repository. Nothing happens. It was working (see note below) but now a new Repository isn't create...

Checking in an Eclipse project into SVN

Hi, I want to checkin a Dynamic Web Project I created in eclipse into svn. Can someone tell me which files I have to check in and which one I should not? The idea is to be able to check out the project using the New Project Wizard so that I can create the Dynamic Web Project again. More specifically here are the files/directories I have...

how can I have eclipse auto insert subversion revision number into my code

I'm interested in displaying the version number of my code in a help page. Ideally I'd use a Major.Minor.SVNrevision format, where the SVNrevision number was pulled automatically. I hope? Suspect there's a variable I can access somewhere, but have no idea what it may be. Any hints? ...