svn

TortoiseSVN icons not showing up under Windows 7

I can't seem to get the icons to display under Windows 7 and I really miss this from Windows XP. How can it be fixed? ...

How to Connect SVN server in C++

Hi Guys I wanna connect svn server and download one file from svn to my computer location by using C++ and writing this program. How can i make this? Thanks ...

svnant - parent dir in server is not a working copy.

I want to checkout project, get the revision number, build jar with that number in menifest, on the server with a web interface. There are some other minor steps in the whole process, but that's the main goal. everything in the build script is working fine locally, but I always get stuck when it is done on the server. when I try to use s...

Visual SVNServer with Trac

Has anybody upgraded to the latest version of Visual SVNServer and been able to get Trac to continue to work under Win32? If so what were the magic steps? ...

AnkhSVN - Latest Version

What do you guys think of the new Ankh SVN /w Tortoise SVN? This is my first time using source control and all I used it for was the very basics. It worked well... At first... Somewhere along the way everything got really screwed up and I had to uninstall it. It seems like you have to use it a certain way or everything will screw up.....

SVN update doesn't update when run from a perl script.

When running the SVN update using the system command from the perl script, system ("svn update it doesn't update anything. All I see is the message displaying: "Skipped " However when the same command is run from the command-line separately, it update the folder with the SVN. ...

SharpSVN read ALL filenames

hey, still a bit of a n00b on SharpSVN, I'm looking to get some simple code to open up an SVN repository, and read (at least) the full path of all files in a specific folder. Lets say that this folder is \trunk\source I'm not looking to checkout or commit, just read into a list I'm also looking to read ALL files, not just the changed...

Safe to share a Subversion working copy between OS?

I've heard in the past that it's unsafe to share a Subversion working copy between OS. E.g.: copy a working copy from a Windows machine to a Linux machine, and use the Linux build of SVN on it. On a Windows machine, access/manipulate an SVN working copy with both Windows binaries and CygWin binaries of SVN. (I might want to do this to...

How to get the last changed Revision per file

Hi, for our build process i need to know the "last changed" Revision of each file in a certain repository. Any Ideas? Kind regards, Flo ...

TortoiseSVN Keeps Crashing Explorer on Windows Vista

Has anyone else experienced this? I have uninstalled and reinstalled TortoiseSVN as well as followed a suggestion I found online about turning off the icon overlays but Explorer on Windows Vista will still crash when I perform certain operations like pulling up the context menu (i.e. Right Click), hitting the delete key, hitting Ctrl+C ...

Change Java package name in a SVN branch

I currently have a java library in subversion under package: com.company.product.foo.* Unfortunately, I have to refactor this into: com.othercompany.bar.* That'd be fine as a one-shot. But this has to be performed only on a specific branch. The problem is then to merge changes from trunk to the branch with totally different names. ...

git svn clone not checking out all directories

I have a project in SVN and I tried to clone it with git-svn. I followed the example in the git-svn docs. git svn clone svn+ssh://host/path/trunk project_name The command completed with no error msg, but the cloned project does not contain all the directories as the project in SVN. At the top level, my SVN project has... $ svn ls ...

Handling conflicts in SVN with Tortoise?

Any time an issue comes up like a merge conflict or something similar, it really slows me down. Can someone explain to me how to force-resolve conflicts? For example, a buddy of mine made an edit to a file on the repository and committed. While he was doing that, I had already renamed that file and made many edits to it on my working ...

Subclipse svn:ignore

I'm new to Eclipse. I'm using subclipse for connecting to my SVN. There are some folders and files I would like to add to svn:ignore, but it's grayed out. Is there an easy way to get subclipse to ignore files and directories? ...

Can git-svn be made to handle CRLF like native subversion clients?

I have a subversion repository hosted on Linux but only ever accessed via windows clients as it's for the source of a large Windows application. It would be awesome if I could work on this repository using git-svn (provided by msysgit). I'm having a heck of a time trying to get the repository to not get itself in a jam over the windows...

svn add interactive

Is there any command line trick to get svn to add in all the missing files from svn stat interactively? eg, something like: svn add --interactive $ new file: file1.tmp (Add / Ignore) ? $ missing file: file.tmp (Remove / Ignore) ? EDIT: If anyone knows of script that could achieve this that would also work. ...

Migrate a Source Safe database to SubVersion with history

Folks, We have a number of Source Safe databases that should be migrated to SubVersion. Is there a (tested and proven) way to migrate them with history ? Thanks Essam ...

Creating a file with build number and branch name in SVN.

There is not an enourmous amount of deployment control where I work at the moment. And while there is a long term plan to create a build script that deals with deployment at the moment we are just publishing our solutions and then copying them to the servers. It would be very useful to have a text file or soemthing similar that would co...

How to get all changes with an svn update, using TortoiseSVN

Hi, TortoiseSVN seems to fail to update my working copy when I issue an update command. If I do an update to revision and make sure that fully recursive is selected, then it picks up the changes. Additionally, when I checked out the copy from SVN, fully recursive was selected. How can I get a normal update to pickup all of the chang...

Copied Subversion Repository is not updated in XCode anymore

Hi there, Recently I changed the repository directory to reside under a different location. What I did was to basically copy the entire Subversion directory to the desired location (and rename the old one to test that it is indeed working) and then in the XCode change the Repository location to reflects the new location. Ever since the...