tortoisesvn

Using Tortoise SVN, how can I download the latest version of the source code of my CodePlex application?

时光怂恿深爱的人放手 提交于 2019-12-12 08:43:29
问题 I'm trying to figure out how to download the latest source code. Here's what I've done. On my desktop machine, I created my CodePlex app account, installed Tortoise SVN and successfully uploaded my code to the site. The source code now shows on the CodePlex site. On my laptop , I installed Tortoise SVN. I then created a blank folder and I'm now trying to download the code available on my CodePlex site. I know my SVN url, and my user name and password. I'm just lost as to how to do it. I try

SVN client side hook

时光毁灭记忆、已成空白 提交于 2019-12-12 08:39:42
问题 Does SVN have client-side hook support like in TortoiseSVN? I need a hook so that when I send a commit the browser opens a specific url. 回答1: No. Client-side hooks are a TortoiseSVN-specific feature. 回答2: Use an alias for SVN i.e. a python script that validates your inputs then forwards the call on to the real SVN. It might take a bit of work to get advanced functionality though, such as understanding changelist content, but there's libraries which can help and if you hunt around the internet

How do I overwrite my local changes in TortoiseSVN?

安稳与你 提交于 2019-12-12 08:21:10
问题 Lets say I did a check out, edited some stuff and realized I want to re-download the repository code and overwrite my local changes without commiting them. I downloaded a project, made some edits and I realize I don't like my local changes (which I haven't comitted yet). How can I get back to the current state of the repository without deleting the folder? How do I do this? 回答1: right click-tortoise svn-revert 回答2: You can either revert the changes (right-click, it's an option) or you can

How to exclude folders in Tortoise Check-ins

痞子三分冷 提交于 2019-12-12 08:11:10
问题 I see in the settings you can specify patterns to exclude files from check-ins. But how would you add to include folders bin and obj? 回答1: Add this in the same place you exclude the files: */bin */obj 回答2: I use Settings\Global Ignore Pattern. This is what I have added to the default list: *.suo *.user bin obj Debug Release _UpgradeReport_Files *.dbmdl 回答3: The svn:ignore property will ignore matching files and folders. This is what I have to exclude bin and obj folders [Bb]in [Oo]bj Make

Make an existing folder into a repository

允我心安 提交于 2019-12-12 07:43:55
问题 I've decided that modifying files directly in notepad is probably dangerous and it was about time to have some proper source control (I am quite new to source control). I have installed VisualSVN server on my server and TortoiseSVN on my client machine. I can create new folders fine, check them our etc. However, on my server, I have an existing folder structure in place for IIS and there are links based on this location everywhere. How can I make the entire folder work with SVN without moving

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

这一生的挚爱 提交于 2019-12-12 06:39:35
问题 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 the live box. The framework makes lots of temp files, and makes changes to its internals as I'm developing. I don't want these changes to pollute the repo, as some

Accessing SVN through the ssh protocol

微笑、不失礼 提交于 2019-12-12 03:49:22
问题 I have an external svn+ssh// url to all projects. How can I access them? I'm working on windows, I know I should use TortoiseSVN. What exactly should I do to download these files from the repos? I need quite immediate help, so I would be very glad (and feeling obligated to buy you some good polish vodka ofc :D) if you could just write me a couple of points on what should I do step-by-step? (all tutorials I've found were describing setting the server up, not accessing it specifically...) EDIT.

Branch to project relationship

瘦欲@ 提交于 2019-12-12 02:57:58
问题 I am relatively new to using TortoiseSVN for source control. I am developing a system that contains many .NET project files (a solution can contain many projects). I have one repository and the trunk contains all the projects. What do you do if you want to make a change to a project that references another project. Do you put both projects in the same branch? I have bought a book titled 'Subversion' but it will not arrive for a few days. 回答1: The project files and the source control aren't

How to add SVN revision number to MANIFEST file?

元气小坏坏 提交于 2019-12-12 01:57:35
问题 I am trying to add svn revision number to MANIFEST file. I have this in my root pom.xml: <plugin> <groupId>com.google.code.maven-svn-revision-number-plugin</groupId> <artifactId>svn-revision-number-maven-plugin</artifactId> <version>1.13</version> <executions> <execution> <goals> <goal>revision</goal> </goals> </execution> </executions> <configuration> <entries> <entry> <prefix>svn</prefix> <!-- create the ${svn.revision} --> </entry> </entries> </configuration> <dependencies> <dependency>

SVN code cleanup issue

妖精的绣舞 提交于 2019-12-12 00:37:34
问题 I am using TortoiseSVN and all of the sudden I get this error when doing anything: svn: Working copy 'root\html_editor' locked; try performing 'cleanup' When I peform code cleanup command, I get this error: Error performing cleanup for 'root\html_editor': svn: Error processing command 'committed' in 'root\html_editor' svn: Error replacing text-base of 'index.php' svn: Cannot read from 'root\html_editor\.svn\tmp\text-base\index.php.tmp': root\html_editor\.svn\tmp\text-base\index.php.tmp (The