svn

Code Repository best practices [closed]

妖精的绣舞 提交于 2020-01-04 14:04:03
问题 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 work at a company that does a good deal of custom development for a wide variety of clients. Some projects are unique, but many of

Managing branches in subversion

好久不见. 提交于 2020-01-04 13:59:08
问题 I don't think I'm doing something right. I am using subversion as my vcs for our organizations website. I am the sole developer and I'm using bugzilla as my bugtracking system. I've got bugzilla and svn loosely coupled using the bugtraq properties so that I can link from my comments to bugzilla. What I'm doing right now is whenever I get a request to perform any work on the website (enhancement, breakfix, content change) I create a bug [xx] in bugzilla then create a branch named bug[xx].

how to share svn repository between two computers

旧城冷巷雨未停 提交于 2020-01-04 11:42:34
问题 On my workstation I have SVN repository. I use it on both workstation and laptop. On workstation I can access repository locally, but on laptop I have to be internet-connected to access repository. This is not convenient, because I can not work from plane/trains and other internet-less places (i want to compare revisions etc etc.). It would be much more comfortable to have the COPY of the svn repository on laptop, but I need up to date copy. The most trivial solution would be to store svn

how to share svn repository between two computers

青春壹個敷衍的年華 提交于 2020-01-04 11:40:14
问题 On my workstation I have SVN repository. I use it on both workstation and laptop. On workstation I can access repository locally, but on laptop I have to be internet-connected to access repository. This is not convenient, because I can not work from plane/trains and other internet-less places (i want to compare revisions etc etc.). It would be much more comfortable to have the COPY of the svn repository on laptop, but I need up to date copy. The most trivial solution would be to store svn

How do I know which files in a directory arn't in my SVN repository?

吃可爱长大的小学妹 提交于 2020-01-04 06:44:39
问题 The tile is exactly my question. [edited out mistaken code] 回答1: You could use svn status command. If you didn't set ignore property the files will be shown with '?' prefix. 回答2: If you're using a PC, TortoiseSVN highlights each file with an overlay icon indicating its status with respect to SVN 回答3: From command line if you run "svn st" files not under subversion control will show with a ? beside them. 回答4: You can use svn stat to see any files that exist in your working copy that aren't

Subclipse- update working copy

自古美人都是妖i 提交于 2020-01-04 06:40:25
问题 I work on my school projects on two machines- my laptop and desktop. Recently I've started using subclipse for version control, and have it plugged in Eclipse on both machines. While working on a single machine, I understand the checkout/commit process and synchronizing in the Team Synchronizing tab. So, how do I update the working copy of the other machine in subclipse without having to checkout and overwrite the entire project on the local machine? 回答1: Right click on the project and select

Subclipse- update working copy

允我心安 提交于 2020-01-04 06:40:17
问题 I work on my school projects on two machines- my laptop and desktop. Recently I've started using subclipse for version control, and have it plugged in Eclipse on both machines. While working on a single machine, I understand the checkout/commit process and synchronizing in the Team Synchronizing tab. So, how do I update the working copy of the other machine in subclipse without having to checkout and overwrite the entire project on the local machine? 回答1: Right click on the project and select

Is it possible to have a subversion repository as a “submodule” in git?

ε祈祈猫儿з 提交于 2020-01-04 06:14:58
问题 Is it possible to have a subversion repository as a "submodule" in git? In this project we will have several parts, but some parts will use svn and some will use git. So I am looking into a "project root" from where we can have the other projects as submodules (or similar). And the question is if it is possible manage this "project root" with git? Thanks Johan The inverse question can be found here: Is it possible to have a git repository as a “vendor branch” in subversion? Update : In the

Subversion reverting resolved file

喜你入骨 提交于 2020-01-04 05:55:50
问题 If I was to make an error in a file that I have marked resolved is there a way to go back to having the file in it's original conflicted state without reverting all changes and reattempting the merge? 回答1: No, there is no automatic way to do that. If you want to be able to do that, you'll have to manually back up the .mine file ahead of time so that you can get it back if needed. 来源: https://stackoverflow.com/questions/5381263/subversion-reverting-resolved-file

Subversion reverting resolved file

廉价感情. 提交于 2020-01-04 05:55:09
问题 If I was to make an error in a file that I have marked resolved is there a way to go back to having the file in it's original conflicted state without reverting all changes and reattempting the merge? 回答1: No, there is no automatic way to do that. If you want to be able to do that, you'll have to manually back up the .mine file ahead of time so that you can get it back if needed. 来源: https://stackoverflow.com/questions/5381263/subversion-reverting-resolved-file