I'm fairly new to subversion and we're trying to improve our workflow and create better flexibility.
So, what's the best subversion control software for us to use in this situation? We're a small group (1 to 3 programmers). The languages we're dealing with are C# and Flex.
We've tried VisualSVN server with TortoiseSVN, but are there b...
In my subversion repository, I have the standard /trunk, /branches and /tags folders and a tag, say /tags/tag1.
Is it possible to checkout /tags/tag1, make some local changes, and then commit directly as another tag, say /tags/tag2? Can I do this without touching the trunk or any branches?
Also, if this is generally possible using subv...
Hi,
I'm trying to pick up Svn.NET (http://www.pumacode.org/projects/svndotnet/) library for use in my Mono project. I tried compiling its mockapp -> svnmockapp project (http://www.pumacode.org/projects/svndotnet/browser/trunk/SvnMockApp) , I am able to get the references right and get it compiled right.
I understand that it references ...
I've got a repo setup with 3 projects(1 per folder) and a 4th folder with some supporting DLL code in it. In each of the 3 projects I have setup svn:externals to this supporting DLL folder.
When I try to update any of the main projects I get the message (TortoiseSVN) "External Failed, unreadable path encountered, access denied."
Here...
Hi All,
I have an eclipse project on my hard disk, which is a fairly recent check out from an SVN repository. I've imported this project into my Eclipse workspace, and now want to associate it with the SVN repository.
How do I do this? The only options I seem to have under Right-click -> Team is "Share Project", which only seems to al...
Where can I download Subversion 1.6.9 binaries for Windows (Apache 2.2-compatible, zipped, without a setup)?
Before Subversion moved to Apache they were available at tigris.org (which is still referenced from the download page) but apparently that site/page is no longer maintained.
...
Hello :)
I'd like to host some open source code on a public repository, and I really like how pretty GitHub makes this kind of sharing.
Unfortunately, Git is not an option for these projects, for the most part because I'm developing for/on Windows, and Git support on Windows is not anywhere near where Subversion's support is.
I'd like...
Is there a free, open source solution to the fact that vanilla subversion does not do log caching? I really just want to use svn as is, except that I hate waiting for it to download the log entries.
...
Hi, this is a bit of an ambiguous one as to whether it is for StackOverflow or ServerFault. I figured developers would have as much chance of solving this problem, so I opted for here.
I have two servers:
SVNServer. This is a Windows 2003 Server box and hosts VisualSVN which is working fine and allows authentication via Windows Authen...
I have a URL for a Subversion repository and on the command line on Ubuntu I want to just download a copy of the repository as you would do in Mercurial by typing:
hg clone http://svn.somerepository.com/somerepository/trunk/docs/
How do you "clone" a repository in SVN?
Also, I just want to get everything below the docs folder - I don...
I've been developing a project locally and using a local svn server for versioning in visual studio. I now want to switch to xp-dev hosted versioning but cannot seem to get rid of the svn bindings on my solution? Is there an easy way to duplicate a solution without its versioning settings or to simply switch to the other svn (which is co...
I am working on a large web project which is managed in an SVN repository.
Each time a team member checks out the project, or we check out the project on a new production server, we have to modify a custom configuration file for that server. I have a "config.ini.base" file under revision control, which we keep updated with the latest se...
Is there a Java solution to svnserve like svnkit is to subversion in Java?
...
On my development server, I run svn updates to deploy bug fixes or changes to the webapp's code. Normally I run:
svn stat --show-updates
and then selectively chose which files to update; appending the selected files to the end of a svn update command.
I miss GIT's command line interface and as a concession, I just want to improve the...
I'm working on several repositories at work and would like to be informed, if anything changes in the SVN repositories.
I made a small BAT script (yes, BAT is usefull sometimes) that keeps executing an svn log -r BASE:HEAD on my working copy. It shows all submit comments and revision dates. It works really well but it's not comfortable ...
How to show versioning labels for project files (php) in Netbeans, and for each file own last change revision number like in Eclipse?
Now my all project files have same revision number (last revision of project).
- project [37]
file1.php [37]
file2.php [37]
file3.php [37]
- folder1 [37]
file4.php [37]
But in Ecli...
What happened with this fine tfs/svn history viewer? The codesaga.com domain seems to be governed by some other entity. It seems that project is not maintained anymore?
...
We are planing to migrate our repositories from svn to git. However there are some people using np_subversion which integrates SVN into the TYPO3-Backend.
np_subversion calls the svn client to make updates, commits, show logs etc.
I am looking for a tool that behaves like the svn client but works on a git repository as its backend. (Kin...
I'm working on a project where someone has checked in some folders and files that are not suppose to be in the repository and are suppose to be on our local, I try to delete them by the following command and it gives me this error
svn delete filename --keep-local
svn: invalid option: --keep-local
...
Here is the scenario:
We have a source tree that has multiple developers working on multiple branches at any given time.
We also have a 'custom' copy of this source tree with differences that will (almost) never make their way back to the main source. The development on this is continuous, but with a lot fewer changes than what's on t...