Hi,
I created one changelist. I moved 2 files to it. If i give svn status command, it will show the change list and the files present in it. after doing the commit. If i try to give the svn status. I am not see the changelist and the files present in it. is it not possible to see the changelist and files present in it after committing t...
Hi,
I feel that checkpoint in MKS and tag in subversion serve the same purpose.
when we create tag in subversion, it will create a local copy in physical location(Its a cheap copy pointing to main trunk. It will not consume space). When we create a checkpoint in MKS, will the contents gets stored in physical location? or is it just a ...
Say I have a repositry layout like the following:
|Root
|->CommonLib
|->ProjectA.PartA
|->trunk
|->lib
|->src
//etc
|->ProjectA.PartB
|->trunk
|->lib
|->src
//About four more projects.
Now I split them up like this so that I can work on each diffe...
Being that the svn boook recommends deleting a branch after merging it into the trunk with the reintegrate option, is it safe to revert the mergeinfo property changes for that branch that are added to the trunk?
Our trunk now has many mergeinfo entries for old branches that no longer exist.
I do not understand where these entries would...
For what reason would you choose Team Foundation Server over a combination of Trac + Subversion + VisualSVN in a small Team (<5 developers) as your source control, issue tracking and documentation platform?
...
What is the best practice for updating a project when you want to roll back a data migration with rails? delete the migration locally and then commit the whole project?
...
Total newbie to TortoiseSVN here. I need to change a log message for some commits I made to subversion. I only want to make my changes and then have everything go back to the way it was before, meaning you can't change anything after the commit.
According to this post (http://stackoverflow.com/questions/197224/what-is-a-pre-revprop-chan...
Whenever I do a commit cycle in svn, I examine the diff when writing my comments. I thought it would be really nice to show the actual function that I made the modifications in when showing the diff.
I checked out this page, which mentioned that the -p option will show the C function that the change is in. When I tried using the -p ...
I have an SVN repository that has multiple projects inside of it, each one of those with a tags/branches/trunk structure under them like this:
Project 1
- trunk
- tags
- branches
Project 2
- trunk
- tags
- branches
This goes on for ~40 projects. What I would like to do is clean up any abandoned branches that may exist, however I do...
I have what I thought was a simple scenario - using TortoiseSVN:
1) I made a branch (B2) of an application (to work on implementing image sprites & JAWR).
2) Testing & development went on as normal on the trunk.
3) I re-based the branch a couple of times over the last few days by:
3.1) Merged trunk (by range of revisions) to my branc...
Currently, I have a large SVN repository with a bunch of different projects within it, as follows:
/
Project1/
trunk/
tags/
branches/
Project2/
trunk/
tags/
branches/
Project3/
(etc...)
However, I'm now trying to break it up into separate repositories (for vario...
Hello,
I have several repositories setuped on my domain at:
svn.domain.com
and i have it so it will list the repos by the SVNParentPath configuration.
And now i would like to create user permision for each folder / repo, but i want to remove that repo from the listing if a user does not have permision to access it.
This is mainly for ...
I think this is more a Mac networking configuration issue than anything else, but am not sure.
I have Subversion set up on my Windows Home Server machine (similar to this: http://www.hanselman.com/blog/RunningASubversionServerOffYourWindowsHomeServer.aspx). This setup has been working for me for months, using Windows clients.
Now I'm ...
Good morning!
We have a SVN-Repository, which holds a VS-Solution. In this solution are many web-projects and each of them is using a JavaScript-Lib which is atm developed in an extra project (let's call it DemoWeb) and deployed manually to the other Web-Projects.
This construct has many disadvantages:
You can forget a project to copy...
Hi
I Applied a patch to a asp.net page using the tortoise svn "Apply Patch" command. The patch was created using the "Create patch" command.
The patch added a label control to the aspx page and some references to it in the codebehind. Now the solution just wont build unless I build the page seperately first. Sometimes even that wont wo...
Having just called:
svn rm someDirectory
but not having committed, how do I undelete the directory?
...
What's the ideal way of deploying CodeIgniter projects (or any PHP projects for that matter) from your local machines to the live site? I've been using subversion for checking out and updating the code from live sites for quite some time now. But there are others who say that this practice is not good since you do not need the svn meta...
Hi,
Is is possable to change the directory structure of an existing SVN repository?
I have the following structure:
\trunk
\branches
\releases
I would like to change the \releases folder to \tags
Cheers
Sean
...
I use subversion's in-place import (read for details) for configuration file version control in /etc and my home directory. It works well for me, but I've been seeing alot better/faster version control systems cropping up and want to convert. I tried mercurial, and it doesn't really support this feature of checking out a working copy o...
I realize that the phrase "good practices" is a bit dubious and overused, but I think it applies to my question.
I have some good web development experience, but I would like to hear what are some good basic practices when doing freelance work vis-à-vis project management.
For example, I have the target domain, mydomain.com. Should I d...