In SourceSave I could simply see the history of changes for any given file.
And then pick any two versions from that list and compare.
How can I do it in Subversion via Tortoise?
I am familiar with using both Versions and Cornerstone on Mac - they are fantastic and incredibly simple to use... but I don't want to always rely on being able to borrow my girlfriend's MacBook so need to find an alternative for my Windows machine.
Can anyone please recommend a good subversion client? I have experimented using Tortoise and…
This is drying me nuts for last 5 days!!!
Out of the blue 5 days ago, SVN access from my MacBook Pro failed: I cannot access any SVN (i.e. not in our University or open source projects etc).
The error obtain when performing 'svn co', or any other svn commands is shown below. This is same message is obtained irrespective of the svn…
I and my small team work in Git, and the larger group uses Subversion. I'd like to schedule a cron job to publish our repositories current HEADs every hour into a certain directory in the SVN repo.
I thought I had this figured out, but the recipe I wrote down previously doesn't seem to be working now:
git clone…
We are a startup, setting new environments for product to be released soon. Planned server structure with planned release flow is as shown in below image
It ideally have a local server (or Staging server, shown in green) in local office, without public IP address and Production Server (Red) at Amazon EC2.
Both…
I'm trying to download the http://code.opencv.org/svn/opencv/trunk/ repository of all of the OpenCV source code - as specified in an OpenCV installation tutorial.
In the tutorial, the repository https://code.ros.org/svn/opencv/trunk/ is used, but they moved it to http://code.opencv.org/svn/opencv/trunk/, and now…
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…
Hello,
I'm trying to install the following PHP extension: http://php.net/manual/en/book.svn.php
But when I do pecl install svn-beta I receive an error message that it can't locate the svn_client.h file.
I searched the net but couldn't find any useful reference to this error.
Thank you for your help.
…
Hello,
I'm trying to install the following PHP extension: http://php.net/manual/en/book.svn.php
But when I do pecl install svn-beta I receive an error message that it can't locate the svn_client.h file.
I searched the net but couldn't find any useful reference to this error.
Thank you for your help.
…
The project I'm currently working on is using Trac, with SVN integration. It's worked great until now. Now, however, we've taken on some additional developers and we're running into issues with branching and merging. Because of this, I think a move to a distributed version control system is in order.
…
I am using git to develop against a project hosted in subversion, using git-svn:
git svn clone svn://project/
My general workflow has been to repeatedly edit-and-commit on the master branch, then commit to the svn repository via:
git stash
git svn dcommit
git stash apply
One of the local…
We have a subfolder that is a relative svn external (../project/subfolder). In a fresh trunk checkout it points to (...TRUNK/project/subfolder) and in a fresh branch checkout it points to (...BRANCH/branchName/project/subfolder). But if you do a switch on the project containing the…
The good folks who created the SVN version control system use a structure they refer to as "skip deltas" to store the revision history of files internally. A revision is stored as a delta against an earlier revision. However, revision N is not necessarily stored as a delta against…
Requirement
Changes will be made to the REPO directory and this should get updated to wc(working copy) as opposed to the normal way of WC REPO.
Senario:
My svn repo- /var/www/svn/drupal
My checkout-dir/working-copy- /var/www/html/drupalsite
So I've done:
edited…
My repo is SVN and I'm using git-svn to interface with it which has been working out well.
I'm working on the code base from a few different machines and appreciate some insight as to what the best setup might be for me going forward.
I'd like to use git primarily but…
I have been using tortoise svn for a couple weeks now.
I get errors very often. Almost everything I do creates an error. this is with repositories on the internet, locally on my machine or a machine on the network. So I started to keep track. Some examples are below.
…
I have some filename with some Unicode character in it. All filenames on Mac OS X are UTF8 encoded. Also $LANG is set to en_US.UTF-8.
However, it seems svn has some problems with that:
az@ip212 1054 (Integration) %ls
Abbildungen …
When trying to do an svn up I get the normal At revision XX even though some files are missing, the missing files do show when doing an svn list example:
$ svn list
> ConditionTest.java
> persistence
$ ls
> persistence
$ svn list
>…
Today I had to install SVN server on my Debian server. I used this tutorial (only I didn't do anything to connect to SVN through file://, http:// or https://, only svn:// and svn+ssh://). After I installed SVN server and configured it after…
Just wanted to see what tools for SVN people use, perhaps i can find some new cool ones. Im pretty much standard right now, ankh and tortoise.
See also http://stackoverflow.com/questions/372687/good-visual-studio-svn-tool
I downloaded some source files on a Mac that were previously part of some working copy on the authors computer, I need to use these files in another repository but the SVN client "Versions" for Mac is picking up on the data from this old…
Some complex subversion merges are coming up in my project: big branches that have been apart for a long time. Svn gives too many conflicts.
Would it be any good to use git-svn just for the benefit of making the merge more manageable?…
I'm setting up a parameterized build in hudson v1.362. the parameter i'm creting is used to determine which branch to checkout in subversion.
I can set my svn repository url like this: https://my.svn.server/branches/${branch} and it…
Hi
I am importing my project to another machine on my LAN to the directory:
/srv/svn/repos/my-repo
where my-repo was created via svnadmin create option
The permissions of /srv/svn/repos/my-repo are
drwxr-xr-x 6 svnsvn…
I have a project which uses a large library residing in its own repository.
Using: Tortoise-SVN, the server is running an enterprise edition of VisualSVN
The project itself has the "standard" structure:
trunk
tags
branches
In…