I have two checkouts of one trunk of a project via SVN. One is the 'Feature Checkout', which includes work on new features/upgrades, that will rolled out to production code every few months. The second is the 'Support Checkout', which is for any small day-to-day bug fixes that arise.
My Feature Checkout already contains a lot of code th...
Hi,
I used Visual SVN Manager to create a repository, but I didn't create /trunk /branches and /tags at first.
Now, I NEED to add these since the project has grown up ==> branching and merging is essential!
What is the best way to do so ?
...
is there are proper subversion client for ruby, that could be used to manage text files, images and other documents from a subversion project? it needs to be able to checkout the project, update and merge content (not automatically, but respond with a diff or something in case of a problem), commit, etc.
please don't ask me how we got t...
I know I'm missing something small.. please help!
I have a repo for my website project that I can access like this:
svn+ssh://[email protected]/path/to/project/projectname
I'm trying to check it out into my webserver web root, but I always get the project folder inside the webroot, something like this:
htdocs/projectname/files (which ...
Does it exist? Basically I'm developing a Django app on my local machine, when I've finished adding my feature and get it working locally, I want to commit it, and then update the production server. Then I want to automatically restart apache. Is this possible? How?
...
I've got a compiled static library (with an "a" extension) I want to include in my SVN repository but adding it never works (no problems adding other types of items). If I change the extension (e.g., "library.a" --> "library.b"), the add works. Why is the "a" extension failing? Is there a way around this without renaming the file?
...
We have been using Google Code SVN to store a school project. As we were experimenting with different ideas, we created new Visual Studio Projects and stored them there. Now we want to merge all the different ideas into one final project.
Here is the current layout of the repository:
- svn
- branches
- Idea1
- Idea2
- tags
-...
Using Subversion, in my working copy I make a minor modification (update a version number). I would then like to tag my working copy. Would this tag still be a cheap copy with the modification, or would SVN duplicate the files? I would hate to see my repository grow enormously in size because I'm trying to save a version number change...
I came across a competitor product to VisualSVN a few days back. It provides an installer and graphical wrapper around a standard svn server, plus (that's why I'm looking for it) repository backup and monitoring functions.
I can't for the life of me remember the product's name. I just remember they had a nice-looking, very minimalistic,...
I am referring to this project by Jimmy Bogard: http://www.codeplex.com/AutoMapper
The code repository site is: http://code.google.com/p/automapperhome/source/checkout
The instructed checkout command is:
svn checkout http://automapperhome.googlecode.com/svn/trunk/ automapperhome-read-only
This does not work.
I have tried SlikSVN, To...
I am having trouble connecting Redmine to a locally hosted subversion repository using SSL.
I suspect it's the self-signed certificate that usually triggers a warning in the SVN client and browser.
When I try to connect to the local repo through SSL in Redmine, I get a red "Revision not available" error. When I try connecting through ...
How do you handle source control setup of a non-compiled project that has dependency on a separate framework or library? For example, Project A uses Framework B. Should Project A also include the code from Framework B in its repository? Is there a way for it to be included automatically from a different repository or would I have to upda...
Can somebody please suggest a good place to look for source code examples of how to use the SharpSvn library?
...
My task is to move this VS solution and projects to another SVN server. I'm working with Visual Studio 2010 RC1 and AnkhSVN 2.1.7819....
Currently the files are all bound to a repo at C:\Repositories\foo.
I'd like to move it to http://someSite/svn/foo
The most obvious way, I found, was the Pending Changes - Source Files window (whi...
I have a need to create a library of Object Oriented PHP code that will see much reuse and aspires to be highly flexible and modular. Because of its independent nature I would like it to exist as its own SVN project.
I would like to be able to create a new web project, save it in SVN as its own separate project, and include within it t...
I've got multiple SVN repositories of different projects which I would like to search for the same search term / regex, but without checking out or updating each project and doing the search manually on each of them.
I'd like to know if it is possible to search the file contents in multiple SVN repositories for some search term (or rege...
I have some questions about restoring to an old subversion repository backup.
Suppose that there are various working copies (wc) based at a revision in a certain repository (repo). The repository might be at revision 100, say, and the working copies BASEd at various revisions, say 80, 60, 40:
repo @100
wc-1 @80
wc-2 @60
wc-3 @40
Now ...
I'm interested in any way that I can create an Ant task to checkout files from SubVersion. I "just" want to do the checkout from the command line. I've been using Eclipse with Ant and SubVersion for a while now, but my Ant and SubVersion knowledge is somewhat lacking as I relied on Eclipse to wire it all together.
I've been looking at S...
I've got a website project under version control that relies on files from an unversioned directory on the same server via Symbolic Links.
I'm currently storing the symbolic links in the repository. The idea is that if someone checks out a working copy on to the same server they can edit and test the working copy of the project before c...
I have used SVN hotcopy to make a backup of the repository every weekday. When I looked at the Windows Scheduled Task logs I see that the job has run successfully. When I do a svnadmin verify I don't seem to only have a subset of the revisions. Do I need to delete the files first or is there an overwrite existing flag. svnadmin help hotc...