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?
...
I'm noob in Subversion, how can I find my old revisions of the project in the repository?
...
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...
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...
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 "...
With the new iPhone 2x files i've stumbled uppon this problem...
...
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).
...
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?
Is there a svn command for this?
update:
so, how can I ci as certain user?
...
When trying to commit I get:
405 Method Not Allowed
In response to a MKACTIVITY request.
...
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...
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 replicate/copy/synchronize a database like it does code?
...
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:
...
How do I tell svn not to diff certain file types when I type "svn diff"?
...
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...
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 ...
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...
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...
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?
...