Is there a way using Subversion to get snapshot of the files for a particular point in time? For example, I want to recreate a build based on how the repository looked at an exact point in time from the past.
...
I've been using SVN through tortoise and svn:// protocol on windows for a couple of years and I'm pretty comfortable with it.
Nevertheless there are a couple of features I'd like to hove, mainly shelves (something like local commits) and easier branch / merge support.
From my experience, svn / tortoise on windows is rock solid stuff.
...
Is there a conversion utility from svn to hg that can deal with a branch hierarchy that's more complex than just a flat list of branches under /branches?
My repository has a directory that looks (conceptually) like this:
/branches
/projectA
/v1.x
/v1.1
/v1.2
etc..
IOW I need a tool that can get a tree structur...
I found c:\users\USERNAME\AppData\TSVNCache directory, but it is empty.
...
I've been looking all over for a SVN browser. Now I'm not talking about anything like WebSVN or TRAC, I don't want to browse the repository; I want to browse the checkout.
I'm looking for a program that lets me browse the checkout (working copy) and shows me the info I'd normally need to SSH for. So I could mark specific files or fold...
did everything the book says, i.e. removed the authentication files from .subversion/auth, and explicitly set the relevant config parameters to 'yes' even though this is a default, and yet the shell svn commands ask for password each time. The repository is on cvsdude.com, the client is linux. I also use the subclipse plugin that caches ...
Does anyone know if this subversion "bug" has been dealt with?
https://svn.apache.org/repos/asf/subversion/tags/1.6.9/www/faq.html#windows-access-denied
I'm getting occasional "Access Denied" errors on Windows. They seem to happen at random. Why?
These appear to be due to the various Windows services that monitor the filesystem fo...
Hi!,
I have setup svnserve server (1.6.5,plain, without apache) on Fedora.
The users, who has accounts in same machine want to checkout a working copy. I have
read svnbook and other sites and found file:/// access method is being used to checkout as
svn checkout file:///var/svn/repos/myproject/trunk myproject ( ref:svnbook)
I am littl...
I'm working on a project that initially used Subversion, but the remote repository was removed and i don't want to use Subversion any more. I want to migrate it to git.
There's a way to do it without the remote repository, keeping all revisions history (without doing a git init .)?
I've already made a subversion to git migration with ...
Given that SVN repos can be accessed over HTTP, would it be possible to code an SVN server in PHP?
Has anyone done this?
...
http://www.codinghorror.com/blog/2008/04/setting-up-subversion-on-windows.html
I am following this as a guide to install subversion. The tutorial at the time dealt with version 1.4.6
but the latest version is different. Is this tutorial valid still?
also there is no mention about installing the apache server.
EDIT:
I want to install o...
Whenever we make a release of a project we'll create a tag to capture the snapshot. It will be very helpful to be able to see which revisions in the trunk history were used in certain releases. I know the TortoiseSVN revision graph shows this information, but I'm wondering if there's a way to see it in the command-line svn log?
I'm com...
We are working with a PHP application which has no concept of switch-able themes; the situation is that we are modifying the application to add our own features, and CSS/Smarty templates for our own look and feel.
We have 2 projects base on this application, each with a different layout/presentation. Hence I need to have the repository ...
Hi,
Im using maven to build a multi module project. But some projects are in a different svn server. I know it is not a good practice, but that choice was made following some considerations.
Anyway, everything works fine, but I'm not able to find a way to checkout projects from an alternate repository location.
Is this possible?
Than...
I coudn't find the solution for Php deployment to remote server using FTP from SVN after each commit.
How can I upload to server by FTP the only added or edited files and delete the deleted files from SVN
I think about write post-commit script...
...
I have a post-build script after building my c# project that will place one of the dll files in a specific directory. This dll is saved in SVN. My question is, is there a way that when building my project, it knows that this dll has not changed and would know not to be copied over to the directory so the there will not be a modified co...
I have a SVN repository which is currently structured like so:
/versions
/1.0.0
/1.0.1
/1.0.2
/1.1.0
/(etc)
What happened here is that when it was time to start a new release, a team member would make a copy of the previous version's folder and rename that folder; then add/commit that new folder into SVN.
As a consequence, ...
Hi all,
I have created a Maven2 project. Everything works fine. Now, I have set up a Hudson project in order to make nightly builds possible. Hudson should check out the current project state from a Subversion repository, run the tests, build the project and deploy everyting to a repository. My Subversion repositroy contains my Maven2 p...
Most subversion tools create a default repository layout with /trunk, /branches and /tags. The documentation also recommends not using separate repositories for each project, so that code can be more easily shared.
Following that advice has led to me having a repository with the following layout:
/trunk
/Project1
/Project2...
correct me if im wrong, but isn't distributed SCMs for OS projects while centralized SCMs are better for corporate/private projects?
cause with eg. mercurial anyone gets an exact copy of the repository with FULL history features, while with centralized you only get the latest working copy.
im more focused on private projects so i wonde...