I just recently started getting familiar with svn and while it seems pretty straightforward for "normal" code development, it leaves me a bit confused about web development.
Web development requires a web server directly interacting with the source in order to test the (often small and very frequent) changes, so I guess the project's do...
Hello,
I've just set up Visual SVN Server and slik SVN clients.
I imported a project from my desktop computer into the repository. Then, on my laptop I checked out a copy and made some changes. When I tried to commit, it failed saying it was not a working copy.
I thought maybe I had somehow messed up the svn files, not sure how I woul...
How does one put any included files into the project folder in windriver workbench, or, at the very least, make it so that the subclipse plugin can include them in subversion. I've figured out how to use subclipse/subversion for a project, but it is useless unless we can keep the included code library in sync as well.
...
Hi All
I want to move to a new SVN server.
On my current server I have a load of really old stuff in there that I don't really care about - I want to move it to the new server but not move any of the history. I have a load of images and stuff in there that will make my nightly backup a lot bigger than it needs to be.
For this code I as...
Right now, I have two different accounts on the same SVN server.
Subversion saves the password for the last user, but seems to forget about the other one.
The problem is that I need to authentificate myself everytime I switch from one project to another.
Is there a way to avoid this?
By the way, I'm using the default svn client on linu...
I just got a new PC running Windows 7 (64-bit). I'd like to install an SVN client (command line only, I don't want TortoiseSVN). I'm not sure which of these to install:
http://subversion.apache.org/packages.html#windows
does anyone have any opinions on this?
I tried going for the ones hosted by Tigris, but the downloaded zip says to ...
I see a lot of sites referring to git, github, svn, subversion etc, but I never really knew what all of those things are. I also hear a lot of terms like 'svn repo', 'commit', and 'push' - I tried googling but it seems that I have so little knowledge about the subject that I don't even know where to get started.
Could someone give me th...
I've been using TortoiseSVN on Windows for years with local filesystem repositories for my own projects. I'm planning to start collaborating with a friend on one of the projects, and will be shifting the repository to my own website. I've read a lot of "git beats SVN!" posts over the last couple years, and figured I ought to at least s...
Hi,
I've set up BugId property to my files in the repository. This means that on the commit window, I have a field which the developers type the issue number of the bug and it's shown in the log message of the commit.
I wanted to know if there a possibility that once I click on the commit button, before the commit itself, an exe file ...
A lot of people like git (in particular this guy) against other SCMs such as SVN, but many projects, even new ones, are set up using alternative SCMs. Furthermore, Google Code still does not support it (although many of their large open source projects use it).
My question is: what are the reasons for not using git in any project, wheth...
We use subversion to store all our source code. We use Tortoise SVN client to fetch files from the subversion server. A source of common problem across developers is that the "Global Ignore Pattern" settings aren't the same across all developer machines. How do we control propagation of project specific tortoise svn settings across all d...
We have accidentally deleted the 'tags' folder from our Subversion repository where we only intended to delete one specific tag. What is the easiest way to get the 'tags' folder back?
We use TortoiseSVN as our client and I thought that when I go to the repo browser and show log, there will be something like "revert changes from this rev...
Hey Guys,
So just installed cruisecontrol.NET on my PC and I am using VisualSVN for the SVN hosting with https:// and a 'dummy' certificate. All this is on my local PC.
The problem is that when I try and run cruisecontrol.NET - it keeps giving me "Server certificate verification failed: certificate issued for a different hostname, issu...
Are there any tools available that will let me rebase in git style an SVN branch onto a new parent?
So, in the following situation, I create a feature branch, and there are commits to the trunk
E---F---G Feature
/
A---B---C---D--H--I trunk
I'm looking for a tool which copies the trunk, and applies the comm...
I am using Netbeans 6.8 for PHP (under Windows 7) and the subversion integration doesn't work. I am able to checkout a module but I don't see the subversion features in the menus or the outine in the editor left margin that shows the changes in the files. I am using it under Ubuntu with no problems.
Did any of you experimented the same ...
As above in the question.
...
How can I determine the type of file system that is used by a given SVN repository? I want to create a new repository with svnadmin but want to make sure I am creating my new repository with consistent settings to other repositories already on the server.
I dont want to setup a berkley db repository if all the others are FSFS on the sy...
Im working on a patch for an open source project that uses svn. I dont have commit access but I want to version track my own changes. I followed this guide to read and convert the svn repos into a hg one.
I want to be able to pull new changes from the official svn repos into my own local copy, how can that be achieved? After the import...
I'm trying to update our live site from the SVN repository. As far as I know, there's nothing in the repos. itself that should conflict with anything in the working copy dir. But when I try to "svn up" on the public root directory, I get the following error:
svn: REPORT request failed on '/svn/oursite/!svn/vcc/default'
svn: Working copy...
Our team doing a project in asp.net & Mssql 2005.since our team member are distributed. we need a online tool for tracking project changes, and control access to our online code repositories.
While searching i got tools like
http://codesion.com
, http://repositoryhosting.com
is project mangement possible using http://codesion.com
, ht...