Is there a SVN plugin for SQL Server Management Studio 2005 or 2008?
Looking for a "Source Control" plugin to integrate SSMS with Subversion/SVN. Anyone know of one? ...
Looking for a "Source Control" plugin to integrate SSMS with Subversion/SVN. Anyone know of one? ...
I've been using Tortoise SVN (and VisualSVN) with a local repository on my desktop PC for a couple of months. We've just set up a Linux SVN server, and I want to move my repository to this server, preserving all my history. Once it's moved, I'll stop using the local repository. The Tortoise docs suggest using the "Relocate..." command...
I'm new to Subversion (SVN) coming from a Visual Source Safe (VSS) background. In VSS the person editing a file checks the file out and it locks the other users from editing it through Visual Studio. I understand that SVN is a concurrent model allowing multiple people to work on the same file and later merge the changes together. My q...
Hi, I want to delete a svn branch to make sure people (and I!) don't work on a archived branch by mistake (we have already merged the branch into the trunk). However I don't want to loose the branch's history and would idealy still want to be able to see the branch in tortoise svn's graph. Can I have the best of both world (cleaned up ...
I'm trying to commit some work, but svn always fails and tells me that a file I modified is out of date. I tried updating first, that doesn't work. Cleanup doesn't work. If I revert the file, copy my changes over and try that, it still fails. It isn't just a particular file either, if I revert the whole thing back to a previous revision,...
Hi. We've recently "upgraded" from Visual SourceSafe to SVN based on recommendations on this site. Our current source control set-up is: TortoiseSVN with VisualSVN. We're very happy with it so far, but I was wondering if there's any additional benefits from using a different diff/merge tool than the one included (TortoiseMerge). Tortois...
Hi, In svn Repository having a folder exProject.(which contains all the proj files) . In my local machine I have my working copy also (versioned one). How can I overwrite entire folder exProject in svn with code which I downloaded from somewhere else from my machine. Thanks in advance ...
Using (or trying to) use SubWCRev.exe for the first time. version.txt is a template containing stuff like build=$WCREV$; Whne "subwcrev c:\myproject\ c:\myproject\shared\version.txt c:\myproject\shared\version.h" is run both version.txt & version.h are truncated to zero bytes. Happens every time. Any Ideas? ...
I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor Version, Update, Build/Revision in the log files and in Help > About etc... I cant seem to find the best fit. svn keywords Revision seem...
Hi guys, i have a problem. When i commit or update my project using Tortoise or AnkhSVN on operating systems mentioned in title, i have to wait very long time for operation to finish. While using Windows XP this problem doesn't occurs (of course i am using the same svn server :). Do you know, what may cause this problem ? ps. sorry for...
Hello Eveyone Installed SlikSvn on Window 2008 server Created Repository at c:\dia\svn\repos running this windows service as: sc create svn binpath= "\"c:\program files\sliksvn\bin\svnserve.exe\" --service -r c:\dia\svn\repos" displayname= "Subversion Server" depend= Tcpip start= auto This works fine. running svnserve as -d --list...
I usually commit multiple changes to my branch and merge to trunk occasionally. I'd like to keep all my commit messages in the latest revision note of the final trunk merge. I don't want to memorize revision numbers or anything I simply want "all commit messages to the branch since the last merge to trunk" collected together in an editab...
Trying to rename a project under the control of TortiseSVN/Subversion. Running svn on the server where SVN is installed. svn rename svn://192.168.0.1/MyProject svn://192.168.0.1/Installer Gives svn: No repository found in 'svn://192.168.0.1' yet svn ls svn://192.168.0.1/MyProject Lists the file/directories in the project as...
Hello With subversion when i commit (with log message) all works well and when try 'show log' throws a windows saying want to go offine ? where as i can browse repository. any help please. thanks ...
Hi all, I am working as a Action Script programmer, and am included in team, the size of the team is 3. So we are working in the same shared files, the we are having a lot of conflict in the fla file and AS files. I wish to implement the SVN for our project. So is that can be done in TortoiseSVN , then how can i configure in LAN. We are ...
I'm trying to setup my home server with a subversion repo on it (after some changes). I uninstalled-reinstalled visualsvn server on the win2k3 server box and the address to the repo is https://server.network.local/svn/. I can browse via IE to that address, and get the repository list (I do have to click past the certificate error thoug...
After some research I have found that it is possible to move files out of one repo and into another, separate repo and still maintain the associated history. The process includes dumping the entire repo to file, filtering that dump file for the paths/files you want (assuming you don't want to move everything), then loading said dump file...
I am attempting to import a very large directory structure to svn with tortoisesvn. The server disconnected about 1.5 Gigs into the operation. Do I simply run the import command again? Will it start back up where it left off? Or will it start importing all the files all over again? ...
I have created an SVN repository for project but now realise that the files initially imported are not the most recent. When I compare the 2 versions of the project with Beyond Compare, the projects do not have the exact same set of files within them. Both project folders have some files which are unique. I want to now add the correct ...
This is my first time trying to use any SCM so please bear with me. Following the SVN manual, I create a repo in an empty directory. All good. Then I try to import an existing project folder. I'm using the shell command but it's like this: Import C:\Users\aaa\SVN\proj to file:///C:/proj_2 Unable to open an ra_local session to URL Unab...