Lets say I commited a new .cs file. Boss says roll it back but I don't want to loose that file locally. If I to a revert back to revision on that file in the revision that I checked this file in at, will it delete it from my local copy? what happens exactly?
...
I have a folder where I keep checked-out version from Aptana Subversive SVN plugin. I have another folder where the checked-out copy from Eclipse resides. Both, Aptana & Eclipse, are using the same repository. Though the repository is the same, but I am using two different working folders. Sometimes I use Eclipse to work with the same se...
Tricky question:
I need the following to happen:
1) Before you click commit, tortoisesvn should insert a legal notice comment to the code files being commited. I am talking about client side event ONLY.
2) Svn:keywords are not going to work because those keywords need to be in the file already.
May be there is a way to write plugin fo...
I use TortoiseSVN normally and it works fine
Whenever I try to use svn from the command line I get an
c:\code\MyProject> svn status
svn: '.' is not a working copy
error even though its the same directory that I usually work with using TortoiseSVN.
Has anyone had this problem?
...
I'm using TortoiseSVN and I want to do a Checkout of an existing repository into a local directory. However, I only want to pull down certain portions of the file tree. Is there a way I can do that?
For instance:
/trunk
/project-A
/project-B
/project-C
Let's say I just want to pull down trunk, project-A and project-B. ...
When I copy an svn directory for tortise the svn icons are still showing up. How can I copy the directory without the svn information being copied as well?
...
I have created a webapp using maven2 archetype in netbeans 6.7.
when I do plain build(removing all the plugin configuration), it copies all the required files including the '_svn' folders. But I don't want those files, how can I clean _svn folders/files from the *.war file and from the exploded target folder which contains the 'src/main...
Does anyone have any experiences from recent daily build of AnkhSVN? Please let me know if it is good to go with?
Secondly does it seamlessly integrate with TortoiseSVN? What I mean here is that if I checkout from within Visual Studio (with AnkhSVN plugin installed), will it be identified by Tortoise SVN that it is a changed file? or th...
I want to set Username and password for TortiseSVN while performing
TortoiseProc.exe /command:export /path:"https://collaborate.bt.com/svn/sandbox/branches\" /url:"c:\Tempo123\" /notempfile /closeonend:1
Pls help me out
...
Hi,
I'm using Windows 7 and Tortoise SVN. (although the same applies to Vista)
If, for exampe, I want to download a repo by using the context menu option "SVN Checkout", and want to checkout the files inetpub folder (UAC protected), tortoise SVN cannot due to UAC and gives an "Access Denied" error.
How can I run Tortoise SVN via the ...
How do I do a diff between 2 tags without checking out both tags?
...
In Win XP, for my svn repository folders in Windows Explorer, I added an extra column called "SVN Status" (or similar). I used it to determine which files were modified, added, not versioned, etc. You can do this by switching to the details view Windows Explorer, right-clicking on the column list, and choosing "More...".
After insta...
hello experts,
we are facing problem in relocating our application from old repo to new one.
initially we were using //10.X.X.50/svn/XXX.
now we trying to shift to new repo at //10.X.X.152:8443/svn/XXX as the server hard disk is crashed (10.X.X.50).
While we are trying to use relocate option in tortoise svn - its giving error:
The repos...
I have a file in repo which I do not want anybody to update.
What can I do?
...
I have \trunk\root\ which contains folders ProjectA, ProjectB etc.
I have creates branch of root -> \branches\task\root\
Now I've made considerable changes to the projects in task including ProjectB.
However \trunk\root\ProjectB has also moved on to a point that makes all the changes in task\Root\ProjectB redundant.
I would like to c...
I am a lone programmer working on many .Net projects. I work alone and I didn't used version control till now. Just recently I learned the benefits of using version control. As I have three machines I work on, keeping a sync version of a project sometimes proves to be too much. So, now I am planning to use subversion as my version contro...
What's the best way to merge the branch back into the trunk? I assume do an SVN merge to your working copy, merge the changes and check back in? So I'd merge FROM the mainline TO my branch?
...
If our source code was on
C:\code
when on Windows Vista, and now the machine is made into dual boot Vista and Windows 7.
So when booting to Win7, the folder is now
D:\code
and there are hidden folders ".svn" that was there from the Tortoise on Vista.
So now if Tortoise is installed again on Win 7 (as well as VisualSVN Server) an...
I just managed to get into a weird situation with svn. One of my files seems 'lost' as far as the working copy is concerned. When I look on the server or do a fresh checkout of the containing folder in another location, the file is there, but in this one specific working copy it seems 'lost in space'.
svn status reports no changes (so ...
We have 3 VS2008 projects. Each project builds a executable and supporting files. All 3 projects will eventually ship together as an application.
Up till now we have been using a separate SVN repository for each project and managing them separately with TortoiseSVN. At this stage it is now becoming necessary to share files between th...