Question:
How do I do I set it so that other users can access my svn repo with tortoise?
Info:
I have a svn repo set up on my little home server (Ubunt 9.04) and i'm trying to set things up so that my friends and I can work on some programing projects together. Right now I can get my account that i use for admin (we'll call it bob) t...
Possible Duplicates:
Any svn:hook script that enforce commit with comments?
Creating a Required Comment Hook for Tortoise SVN
I often see a slew of commits, but no notes referencing the tickets... And so I end up going back and reviewing the diff manually. Not necessarily bad, but it would be nice to have notes. Any ideas?
...
I have several Visual Studio web application projects that include SVN externals. When a new file is added to an external module, VisualSVN brings it down to the file system, but doesn't add it to the Visual Studio project; it has to be manually added.
I might write a macro to automate this process, and I'm wondering if I can make it a...
This might be a dumb question but I'm unable to understand:
When we create a new branch, why do we need to 'switch'? What does this 'switch' exactly do? Can't I use the whole repository as I was using earlier without bothering about switch?
...
I've been using cvs2svn to migrate one of my repositories to SVN.
When I open it with TortoiseSVN, it gives me an error:
Expected FS format between '1' and '3'; found format '4'
what does that mean?
thank you.
...
Hi,
A developer from our office accidentally deleted the Repository from the Visual SVN server.
Every developer in the office has a copy of the files, so I'm not worried about the files.
What I want to recover is the changes log.
Can this be done?
...
I am using Tortoise SVN, and I tend to have my own username/password stored in it's saved data so that I don't have to authenticate each time.
Trouble is, we have a number of scripts, Final Builder projects and things that use another username - and so this overwrites my own username in the saved data.
Then I go to make a commit and fi...
I am working under windows using the tortoise client and have made lots of changes, including many deletes, adds etc. When i try and commit i get the following error, but i cant tell which directory is the source of the problem?
Cannot non-recursively commit a directory deletion of a directory with child nodes
To commit recursively and ...
I have svn sever on Fedora 12. If I commit to repo from linux machine, if I commit from my MAC laptop all is ok, however when I try to commit from my windows XP laptop png files will not commit, every other file type works on the windows laptop. This is obviously something to do with windows, but I haven't got a clue what!!!!
I have bee...
I have a SVN external setup in my code which pulls all the code for a directory from another repository. When I make a change to that code and try to commit the change, it doesn't show any changes to commit in tortoiseSVN. How do I commit changes made in a externals directory back to the repository the code came from?
...
I tried to find any feature seems like 'rename' both on server side and client side but failed, is it possible?
...
I have a folder that I'd like to see the log of, but I only want to see the log of the files in this folder, not the subfolders. Is there any way to do this in TortoiseSVN?
...
Is this possible with tortoiseSVN?:
Always freeze svn:externals for tags
the scenario is our trunk will always use the 'head' revision for externals, however when we create 'tags' we would like for them to have a revision set for externals to properly 'freeze' them at a specific point in time.
Thanks!
Update
Thanks to everyone for y...
I have all the boost header files in this repository and when I do a check in it takes a really long time to scan all those files that will never change.
Because I want users that checkout the project to be able to compile without installing boost I am in a pickle.
I want to checkout everything, and then ignore updates (there will neve...
I use eclipse galileo with subversive plugin or Tortoise SVN to do an update.
It is possible to schedule an auto-update (eg. every night)?
If yes, is it possible to configure it to just update the non-conflicting files?
...
We try to keep the 'svn:mergeinfo' property on the root branch folder only. However, we keep seeing it creep into subfolders. We've been able to identify some possible causes:
Moving a folder in the repo-browser
Moving and/or renaming packages in IntelliJ
Using old svn clients
Can anyone provide a list of things we should not do in o...
The problem is that I'm checking out some files with special characters in their filenames -- when TortoiseSVN attempts to check the code out, it can't create those files and the checkout fails. this applies to updating as well. Is there any fix/workaround to this, maybe to give an alternate filename or something?
Update: Apparently, t...
I am using MySql Workbench, which stores files using a proprietary format which it turns out is simply a renamed zip file.
I would like the unzipped contents to be placed in my repository on commit.
Is it possible to have SVN run a batch file to unzip the contents before comitting to the repository?
...
I have my project in Tortoise SVN repository.
I want to export the project to the disk, to the same state it was on a specific date.
I do not have a branch/tag for that date. Is there a way to achieve that?
...
I have a svn repository. I have now created a branch for this repository to do some major dev work. Now some of the features that I can created in my project can be committed directly to the main repository instead of the branch. Is there a way to do commit those changes without having me to switch the branch again?
Update:
I am using ...