Hi there
Let's say I have web hosting account on linux on which i wish to host a svn server with wiki, project management to do lists, bugs, etc.
Can you recommend me such a tool(which has all of those - if is possible ) or do I have to put them separately?
do you know a good link with tutorial about how to setup those?
...
I don't claim to know anything about svn, but I thought I understood how externals work.
I'm making a new project and i want my lib folder to have an external to some other project (svn location). I've done this plenty of times before and never had an issue, am I just having a Friday moment?
I created the following folders:
/myproj
...
I just did something dumb with my SVN repository, I accidentally imported a load of stuff into the root instead of into a subfolder. It will take me ages to clean up.... unless there is an easy way to do a global revert on the repo? The help file talks about reverting working copies but there is no working copy for a newly-imported item....
I want svn update to overwrite my local file with the files from the server, even if my local files have modifications, I want to throw them away and use the version that's on the remote repository.
How do I do that? I tried svn update --force but it doesn't work.
Update:
Thanks for the answers, so I'm using revert like this:
svn rev...
The use case is that I use one development machine for different source trees. Assuming I am using SVN/TortoiseSVN for all repositories I may have different issue trackers (e.g. Trac and FogBugz).
If I want to use the plugins for iBugTraqProvider - is that supported? I would hop that you could set the plugin based on the path/folder...
Shortly after upgrading our repository to Subversion 1.5, my team switched to writing a new application for a few months and then abruptly returned to our original codebase. Our developers are using TortoiseSVN 1.5.9 and Subversion Client 1.6 (only for svnversion -n) and Subversion 1.5 on our server. Our clients connect via svn+ssh.
O...
i have Windows Vista, Mac 10.5, Linux Ubuntu... and wonder what is the easiest way to set up an SVN server? some instruction to set it up seems quite complicated. thank you.
...
We want to use the same user-id across all our dev tools, but this limitation from subversion is not allowing us to use email addresses as usernames.
...
Is there a way you can add a column to the Details view of Windows Explorer that shows the subversion revision number of each file?
I'm on Vista and am using TortoiseSVN.
...
I'm trying to install TortoiseSVN (Ver: 1.6.1.16129) on Windows PC's where the user is not an administrator.
The installer is an msi file and by default, there is no "Run As" option for it.
I've tried both:
msiexec /a "{PATH}\TortoiseSVN-1.6.1.16129-win32-svn-1.6.1.msi"
and
runas /user:username "msiexec /a {PATH}\TortoiseSVN-1.6.1....
I'm using a script to get the subversion head revision number from a subversion repository derived from the script found at http://blog.guymahieu.com/2008/06/09/getting-the-svn-head-revision-number-from-a-windows-batch-file/. The script works fine when called from a normal command line, but when calling the same batch file as pre-build-e...
So I installed Visual SVN Server and Tortoise SVN client. And I created a user on the SVN Server, and now I went to a new folder c:\src, right click and choose "SVN Checkout...", and it always gives me this message
Checkout from https://bookroom:8443/svn, revision HEAD, Fully recursive, Externals included
Error: OPTIONS of 'https://b...
is Visual SVN Server generally viewed as a trustworthy SVN server? I went to Wikipedia and didn't see any item for VisualSVN Server under Visual SVN so I added a line there... but there seems to be no mentioning of it otherwise.
...
Is there any stable method of having a repo maintained by SVN as a subset of another.
I might have the following:
phpCodeRepo
pyCodeRepo
contentRepo
Such that 1 and 2 can have, as an element of their repo, some data of repo 3. Such that updating 3 would cause an (optional) version increment in 1 and 2. And checking out 1 or 2 will a...
I just installed Visual SVN Server and I just found that I can access my files using plain browsers like IE or Chrome.
I can even stream an mp3 file from my home to my work that way... or access any files at home if i forward the port to the Visual SVN server...
although i noted that IE 8 will show a red background for the current URL....
the tigris website
http://subversion.tigris.org/getting.html#windows
has a link to another svn server, which is called CollabNet SVN Server. Does someone use it and know it is better or as good as the VisualSVN Server?
...
Is it possible to check in a file or add a file to an SVN repository without an SVN client? Using a browser, I was able to access the files on an SVN server using Apache. If I don't have an SVN client on a certain computer, can I add the file (and commit it), such as by the browser's "Upload File" function? Being able to do so could b...
I don't know why I'm getting (bin) in the file status - I checked the file and there are no special characters. The add and commit worked and the file is probably fine, but I just thought it was odd.
...
Hi,
I'm trying to do an svn merge of a change from trunk onto a branch (2001). The change is in trunk on revision 614.
I've tried the following and none of them do what I want :
$svn merge
08:19 AM[~/views/2001/platform/L3/src]$svn merge -r 614:HEAD https://secreturl/trunk
But this seems to pick up a lot of changes I don't want.
W...
I'm looking for a tool to migrate a couple of SVN repos to Mercurial, with history, labels and so on.
I'm Using TortoiseHg (Windows x32), so ConvertExtensions are discarted.
There's some info on how to do this process on a Linux box (hgsvn) I don't have a Linux machine available.
Can I use those python scripts on windows?
If so, wha...