tortoisesvn

Getting TortoiseSVN to set a file's modified time to the timestamp of the latest revision

心已入冬 提交于 2019-12-03 04:50:38
I seem to remember being able to get TortoiseSVN to set the last-modified timestamp for files to the timestamp from the revision when performing an update. So if someone committed a file five days ago and I update it, the modified timestamp will be five days ago, not today. Where is the option? Shane Fulmer When I go to the Settings option in the TortoiseSVN menu, I see an option to "Set file dates to the last commit time." This may be what you're looking for. Invoke the Settings option Set the option sunny256 I am not sure if Tortoise uses the SVN client as a backend, but if it does, there is

TortoiseGit, TortoiseBzr, TortoiseHg. Are any solid enough to switch from TortoiseSVN? [closed]

不羁的心 提交于 2019-12-03 04:50:23
问题 Closed . This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 2 years ago . I'd like to try out a distributed revision control system. I use a couple Windows PCs, a couple PCs with Linux, and a Mac. On windows, I'd like to use Tortoise. Are any of the Tortoises other than TortoiseSVN any good? Until recently, the knock against them has been that they

pristine svn-base file missing

本小妞迷上赌 提交于 2019-12-03 04:48:55
I'm trying to svn update my SVN working copy with TortoiseSVN but the update fails, asking to perform the clean up first. However, the svn cleanup fails too stating that a \.svn\pristine\20\20long-namecbf.svn-base file cannot be found . I've already tried to release the lock but this does not work either. Any idea how should I proceed? You can use SmartSVN to restore lost pristine file. Download and install it. It's not free but 30 days free trial should be enough to repair your repository. Open your working copy in SmartSVN . To repair, select Modify > Validate Admin Area... Enjoy! chunguiw

TortoiseSVN cherrypicking

落花浮王杯 提交于 2019-12-03 04:43:40
I'm about to merge certain revisions from trunk into a release-branch. I've checked with mergeinfo how many revisions are eligible to get merged, and that were 42. Although it's definitely possible and not too hard to check each revision log and decide whether it should be merged or not. I would then check the logs with TortoiseSVN and use the command line svn merge -c rev1,rev2 function or -r for ranges of course. I was wondering if TortoiseSVN has a tool to make this cherrypicking a lot easier. I've googled for it, but found out that only probably TortoiseGit has it. Any other methods which

How to use SVN without a server?

被刻印的时光 ゝ 提交于 2019-12-03 04:38:07
the idea is to use SVN (Tortoise) but, the thing is I dont have and dont want to use a server, cuz this will be used with only one person, is a college project. I have an old computer that I could use to make a server, the idea is to use it like a server. What documentation should I read, or what should I do to make it happen?... You can access the repository using file:// protocol so you will only need Tortoise SVN installed and nothing else. See this question in FAQ: Is it possible to use TortoiseSVN without a server? You can even have the repository in the usb device so that you can take

TortoiseSVN not asking for authentication?

血红的双手。 提交于 2019-12-03 04:29:14
I've setup a new SVN repository, running SVNServe, in the conf file, anon-access = none. SVNServe faithfully does that correctly, but when I try to browse the repos using TortoiseSVN, it just says access is not allowed. Shouldn't it ask me for the user name and password instead? How do I get TortoiseSVN to ask me for the login details? Running SVN 1.5.6, TortoiseSVN 1.5.9 eglasius It probably has some authentication data saved, try: right click->tortoise->settings->saved data->Authentication Data-Clear. In some cases the "Clear"-Authentication data button remains disabled, then rename the

SVN file locked by me, now cannot commit it

别等时光非礼了梦想. 提交于 2019-12-03 04:27:17
Scenario : An binary file needs a svn lock to modify. To modify, the file was first locked, modified, and then while committing, cancelled the commit using the "Cancel" button. Due to some reason, deleted the whole folder containing the locked file (including the .svn folder). Problem : I used "SVN update" through tortoise svn. All the files were updated. But the file which was locked previously does not indicate as locked with the lock symbol. Nevertheless, I modified the file and tried to commit. Error while committing : Server sent unexpected return value (423 Locked) in response to PUT

What equivalents are there to TortoiseSVN, on Mac OSX? [closed]

不打扰是莪最后的温柔 提交于 2019-12-03 04:27:10
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 7 years ago . I am using a MacBook Pro running Mac OS X 10.5. I am new to this development environment, and previously worked on Windows. I find

What does a TortoiseSVN cleanup actually do?

天大地大妈咪最大 提交于 2019-12-03 04:04:17
问题 What does a TortoiseSVN cleanup actually do? I have not found a pattern, but I frequently get asked to do a "cleanup" while trying to commit code. If TortoiseSVN knows when it's dirty, why doesn't it run a cleanup itself? 回答1: Edit: I think it's not automatic as it needs to abort operations and unlock the working copy in /path. Subversion book: Recursively clean up the working copy, removing locks and resuming unfinished operations. If you ever get a working copy locked error, run this

Shelve in TortoiseSVN?

99封情书 提交于 2019-12-03 04:02:31
问题 I've moved from TFS to SVN (TortoiseSVN) with my current company. I really miss the "Shelve" feature of TFS. I've read various articles on how to "Shelve" with SVN, but I've read nothing that gives a very simple experience to "shelve" work. Ideally, I'd like extra items added to the TortoiseSVN context menu - "Shelve" & "Unshelve". "Shelve" would remove the current shelve-set, and upload the working directory under a suitable path defined by user options. "Unshelve" would merge the set with