0
votes
4answers
46 views
Replacing Branched project with current Trunk version of a Project in SVN
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 tas …
0
votes
4answers
58 views
How to prevent a file from being commited/revised in subversion?
I have a file in repo which I do not want anybody to update.
What can I do?
3
votes
6answers
60 views
Copy and Paste is making new tortoise svn projects
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?
0
votes
1answer
54 views
tortoisesvn context menu’s and windows 7 / Vista UAC
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 wan …
1
vote
1answer
34 views
How can I clean _svn folders/files from ‘src/main/webapp’ folder when maven2 builds webapp project in netbeans 6.7?
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' …
1
vote
5answers
47 views
TourtoiseSVN: How to diff 2 tags?
How do I do a diff between 2 tags without checking out both tags?
1
vote
3answers
44 views
Any latest experiences from recent daily build of AnkhSVN?
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 me …
1
vote
1answer
22 views
Windows Explorer columns (in details view) for SVN in Windows 7 (with TortoiseSVN )
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, no …
2
votes
2answers
53 views
How do I only Checkout (pull down) only parts of an SVN tree with TortoiseSVN?
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 …
1
vote
1answer
28 views
tortoise svn (relocate to new repository)
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 …
0
votes
1answer
43 views
Setting Username and Password in commandline for TortoiseSVN
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\" …
1
vote
0answers
82 views
SVN Server stopped working properly (403 Forbidden) [closed]
Ok, first of all, I've already googled a lot about this problem, but didn't found any solution...
I've searched here and on ServerFault, but didn't found anything, so I end up post …
0
votes
5answers
119 views
Subversion: How to append text to every committed file?
I am looking for a way to do the following either on pre-commit or post-commit or any other way.
Here is what I need to be working
User commits the file
Something runs (hook …
1
vote
3answers
66 views
TortoiseSVN works but command line svn doesn’t work?
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 eve …
1
vote
3answers
73 views
Revert From Revision
I am using Tortoise SVN.
I had checked in a crapload of code recently (one commit). In a 3 hour meeting they decided to scrap a bunch of my code and that feature. My boss wants …
