I want to set subversion on my local machine, thats on my laptop. i am working on a project with a friend of mine, but we live in different countries. so we need to set up subversion on of our laptops so that the other person can access it.
how do i do that?
and which is the best free source control software in the market.
any help appr...
I have created a feature branch off of the trunk for my project and the feature branch requires some project file configuration changes for it to work. When I merge the feature back to the trunk I don't want the project file merged. Is there any way to selectively merge certain files to the trunk? Perhaps an exclusion of the project file...
I have installed & configured svn server as well as Tortoise svn on windows. Users creation is also done. Now am trying to open repository with repo browser command of Toroise Svn, then it is asking for the credentials. Though the username & password are valid, it is shwoing the login prompt for 3 times. If i enter the details properly f...
i have account on projectlocker (free svn host) , and i dont know how to upload my project files to it
i dont find any option for that in my dashbord
and i am using tortoiseSvn on my computer , so how to upload files and configure tortoiseSvn ?
...
I am currently using Tortoise SVN and a SVN plugin from my IDE.
Sometime problems appear, and it seems that my .svn aren't always in a consistent state.
So is a bad practice to use two SVN clients ? (looking from a practical approach).
Do you have links related to SVN best practices ?
Thank you.
...
I've just added a new user to a SVN repository. They have read/write perms on the repo. They also have file perms (up to Modify, including Write and Create) on the Repo directory. When the user tries to add a file to the project, or commit a file, they get a 405 response (note: not a 401).
They seem to be authenticating correctly, but ...
I have a few files that were part of an update that were mistakenly committed to the main trunk before they were ready. Is there a way to 'undo' this checkout and roll the repository back a version, while still keeping the changed file in my checkout?
I'm using tortiseSVN ver 1.6.5 on Windows XP, if that makes any difference.
example:...
I have two checkouts of one trunk of a project via SVN. One is the 'Feature Checkout', which includes work on new features/upgrades, that will rolled out to production code every few months. The second is the 'Support Checkout', which is for any small day-to-day bug fixes that arise.
My Feature Checkout already contains a lot of code th...
I posted this question on superuser.com but I wasn't sure if it was appropriate there..
Anyway:
Hi,
I'm coming from a TortoiseSVN background and decided to give TortoiseHg a try.. One thing I got really used to with TortoiseSVN was the SVN Repo-Explorer, which worked quite similarly to Windows Explorer.. However, when I tried to use T...
I've got a website project under version control that relies on files from an unversioned directory on the same server via Symbolic Links.
I'm currently storing the symbolic links in the repository. The idea is that if someone checks out a working copy on to the same server they can edit and test the working copy of the project before c...
I have a branch checked out in Tortoise 1.4.2, edited it in 1.6.2 and now can't modify it on my old machine running 1.4.2. The latest version on the Tortoise website is 1.6.7. Are versions 1.6.x interoperable? I'm stuck with version 1.6.2 on my new machine.
...
I'm using the VisualSVN server, with TortoiseSVN and AnkhSVN in Visual Studio.
I have a Trunk to which some devs on other teams are commiting various small changes on a regular basis.
I have a Branch on which a fairly major new development is being built. As a regular weekly routine I've been merging the Trunk into this Branch. All s...
Hello,
I'm looking for a simple C# script that will export an SVN folder.
note: I have tortoise svn installed on this Win 2008 r2 server.
Thanks for your help!
example:
//SVN:
string source = c:\project\websiteFiles\
//Export to:
string target = c:\inetpub\hockeyWebsite\
ExportSVNfolder(source, target)
{
// export the files
// wa...
I have read Branching / Tagging twice now. I cannot seem to grasp this idea. I want to have a a good understanding of branching, to prevent errors to the main line.
Since I am a visual learner, can anybody diagram the concept of SVN Branching? Or is it possible in plain English to describes the concepts?
lets say i have 3 developers...
I'm using TortoiseSVN for the version control on my project. I have been working in a branch of my repository without trouble. Then I tried to create a sub-branch of my working branch (i.e. project_repository/branches/original_branch/sub_branch). That created a directory for my sub-branch in the original branch's folder structure. (Oops....
If I have a development area that I deleted files from a certain folder/directory, when I import them back into the repository on the server, is svn supposed to remove the deleted files on the server too?
For example, I have directory "home" in home I had index.php. This is all on my development machine. At the moment it matches my sv...
Patch file is made with TopirtiseSVN -> Create Patch...
Attempting to import patch into the mercurial repository using hg import patchfile.
The problem I'm running into is that there seems to be problems with how hg looks for files referenced in the patch file:
unable to find 'gui/gui/RemoteFramework.cpp' for patching
2 out of 2 hunks...
Hi folks!
I’m experiencing performance issues with tortoiseSVN client and xp-dev server :
It take 19 minutes to check out 718kBytes in 297 files !
PC is running windows XP, latest version of T-SVN. I’ve disabled firewall and antivirus with the same result.
I made another test on a second machine (same internet connexion, antivirus and f...
Why is it when I right-click on a folder in Tortoise SVN, click on Properties and then Click 'New...' in the property name dropdown, the svn:externals is missing?
I'm new to subversion/tortoise. However I want to evaluate the software. I wanted to try out the externals feature but I'm stumped at the first hurdle.
If I enter svn:externa...
I've inherited a Subversion repository that has several years worth of feature branches merging to and from trunk. It started as a 1.4 repo, went to 1.5, and is now 1.6. Lotsa history. Unfortunately, it's developed some cruft, and reintegration merges no longer work.
I was looking into it, and it appears that this has something to do...