tortoisesvn

SVN - User directory permissions

I'm using SVN (CollabNet Subversion Edge) and Tortoise SVN to manage a website being edited by multiple people. I'd like to limit access by some users to some directories (to prevent them seeing database credentials etc). They only require read access to one directory. Is it possible to do this in SVN? Thanks! Edit They are running...

svnadmin not recognized

I'm attempting to do a repo dump from cli. I have both tortoisesvn (gui) and the CollabNet SVN CLI installed (why? because I'm stupid). Anyway, when I do the svnadmin dump command, it says svnadmin isn't a recognized command. What would be the cause of this? The svn repo is hosted with unfuddle if that makes any difference. I'm still p...

svn:ignore generated subfolders

I'm always having troubles with svn:ignore, but this time I think I may be attempting something impossible. assuming dir structure: / /foo /bar /web /uploads /assets /avatars /fu /*.jpg /ba /*.jpg keepme.jpg ke...

tortoise svn folder icons not coming

Hi all, I have been experiencing a problem with tortoise . when i checked out the code the tortoise icons usually green or red on the folders are not coming.Any solution??? Thanks in advance. ...

SVN 'path not found' error

SVN is acting really strangely ... I'm just trying to add a file ... and am curiously getting the following error. '/fin/trunk/Proj.Web/Areas/App1' path not found I'm using tortoiseSVN and all I did was tried to add a new file to the repository. What am I doing wrong? ...

settings a SVN server so as to enable lock-modify-unlock mechanism of version control

We are currently using SVN in the checkout-modify-merge mechanism and instead I want to re-configure the SVN server so that we change this to lock-modify-unlock mechanism. We use Tortoise SVN client and I saw that it is possible to individually change the property of single files to enforce the "needs-lock" property but this is too labor...

TortoiseSVN actions aren't appearing in the context menu after installing them.

Using Windows 7 Ultimate on 64bits. Why isn't it showing? I can find tortoise svn in the start menu and when I launch it it says the application is a shell extension but it doesn't show. I just installed this at work this morning and now I want to install it at home. Any help? Why won't it show? I have already rebooted my machine. ...

Tortoise SVN Merge Dry Run successful but then fails

I am merging a branch back into trunk using re-intergrate. The dry run succeeds without any conflicts so I proceed to merge and get the following error Working copy 'D:\Repositories\FwCore\' locked Error reading spooled Report request response Please execute 'Cleanup' command Cleanup does not do anything. I have merged the tr...

TortoiseSVN: is it possible to ignore forbidden folders during update?

Hello. We have a subversion repository with top-level projects, each projects with trunk/branches/tags. And now we need to restrict access to one of projects for a limited number of developers. All work fine, except that while person who don't have access to this project performs "update" on repository via TortoiseSVN, the red 403 "forb...

How to create a view or virtual folder for projects available in svn.

I don't how to frame the title for this question. If not appropriate please apologies. Say for example. Previously, we had the svn structure something like below: Product A Product A - Base Product A - Samples Product A - Tests Product A - Sub controls Product B Product B - Base Product B - Samples Product...

Send email on commit to SVN

How to config SVN for send email to all developer and administrator when I commit source code? If you know. Please help me. Thanks and best regards. ...

Send email on commit to SVN

Possible Duplicate: Send email on commit to SVN Thanks Mr fschmitt But I use window , in folder hook don't have file commit-email.pl ,I downed load them and put into hook folder , but it not run I down load at this link : "http://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/" and use guide "http://www.andyw...

How to move SVN repo to a new server

We would like to merge two of our servers together and in order to do that we would need to install SVN on the "new" server and then move over all of our repositories that we have set up on our "old" server. Is this an easy operation to do? Possibly using the "Relocate" option that TortoiseSVN provides? What is the best way to do it? W...

How can I view repository-side changes before checking out?

We're in the process of migrating a big, old codebase from StarTeam to SVN. Everything's going really smoothly, except that a lot of people are missing one of StarTeam's features. In StarTeam, it can query the repository and display a list for you of all files by status. It shows all unchanged files, all files that you've changed, all...

SVN: trunk, branches and tags

Hi everybody. It's a month I'm trying to figure out the best solution to my problem and this is the best one. I would like to know if you agree with it. We are developing a set of interconnected web applications. We treat each application as a single solution indipendent from the others. Each application is formed by different projects,...

Unable to commit a directory tree with SVNKit

Hi, I've a directory containing files from a legacy build system. i want to recreate the timeline of this build system in a SVN repository. For that, I have to take each build, extract all its files, put them in a sensible directory structure, commit the whole directory structure to svn, and create tags for each build (in order to easil...

how can I remove SVN bindings from folder using GUI SVN tool

I have SVN bound folder that is copied from my colleague's machine. that folder contains svn bound hidden folders which are difficult to remove manualy. Is there a way to remove the svn bindings from folder using tortoise svn GUI tool ...

Is it possible to Merge 2 repository via Xcode SCM ?

i ever use TortoiseSVN it can merge but it dont have client on MAC ...

ignore all changes to a versioned folder in SVN, without deleting from repo

Hi I have a framework based project that I'm using SVN to version control. I have a local working copy I use for development, a working copy on the staging machine that's checked out the latest RC tag, and the latest stable tag checked out on my production server. When I'm promoting a tag to live, I simply "switch" the working copy on ...

Building an .msi wipes out the .svn files in the directory and creates subversion conflicts.

Using Subversion (TortoiseSVN/CollabNet Edge); building an .msi (Visual Studio Installer project type) wipes out the .svn files in the directory and creates subversion conflicts. TortoiseSVN won't allow the Resolve command. How to resolve the conflicts? ...