Tagged Questions
0
votes
1answer
34 views
Synchronizing two projects in one SVN
Consider this SVN code repository:
/root
/OldProject
/src
/NewProject
/tags
/branches
/trunk
/src
Now, let's just assume that the 'OldProject' is one of the freaknastiest ...
3
votes
1answer
28 views
how to download a project which is available in Google svn
i want to download this project in to my eclipse indigo. How to do this.
I tried to go to this link and i am able to see the project but it is quite difficult to download the same.
how to get it ...
0
votes
2answers
50 views
Index multi-language source code with tools? [closed]
I would like to index all the source code of my projects.
I want to be able to quickly find some pieces of code that I've written without looking in each of my projects.
I use severals languages ...
2
votes
1answer
123 views
how to automatic sync file in cluster with Subversion
I have a website growing very fast, and now I put it in several web server.
Now the problem is how to sync files between them; I use SVN to manage my source code, I could only commit the source code ...
1
vote
1answer
2k views
Download android source code for 2.3.3 & open it as an eclipse project
I found this http://source.android.com/source/downloading.html but it seems to have so many steps has to be done.
Is there another way of downloading android source version we need from a zip file ...
1
vote
1answer
130 views
svn - multiple word search
Say I have the url for subversion directory. I mainly browse through it using tortoiseSVN on windows.
How can search the contents of files in that directory (and its subfolders) for 3 separate words ...
28
votes
1answer
1k views
php code organization
We just got new servers for our new system and I want to know what I should do to make my new code as efficient as possible, and how to organize it.
I want a good solution so I don't have to ...
0
votes
1answer
91 views
download source from Project Kenai
I have just started reading a book, Beginning JavaEE6 by Antonio Goncalves. The author has made changes to the example files but I'm unsure how to get them off the site.
Authors site: ...
1
vote
1answer
72 views
What to do with binaries that take a long time to build
I'd like to check in some pre-compiled binaries for 3rd party dependencies. What is a good way to structure my /trunk folder?
My project is has around ten 3rd party libraries in it. My project is ...
0
votes
2answers
1k views
svn switch , what does --relocate do?
I tried reading the man page on this a few times but fail to comprehend clearly.
When one does svn switch <source> <target>, I understand that it switches the working directory to target ...
0
votes
1answer
452 views
Why does svn diff not show differences between files shown by regular diff?
Is there a reason for svn diff not picking up the differences between two files, whereas regular diff shows the diff? I have a project, in trunk with vendor third party library. I updated the lib in ...
3
votes
4answers
255 views
How to use a revision control system in general
I am planning to create projects which will get a bit bigger than my projects before, so I thought it would be good to use a revision control system like svn or git to keep track of all changes, ...
1
vote
3answers
515 views
Is there a source control system for Xcode that prevents multiple users from editing the same file?
I have been using Visual Source Safe for Windows projects for a couple decades now, but we are developing more and more Mac OS X and iOS projects now and need a source control system that works on all ...
1
vote
5answers
118 views
Source code visibility control
If I have new developers coming in solely as implementers, what is a good technique to control source code visibility but at the same time not inhibit productivity and collaboration?
I want to reduce ...
10
votes
5answers
1k views
Trying to decide what branching strategy to use during the development/maintenance of a web application
As the title reveals, I am trying to decide on the best branching strategy for a web application project. I have read many articles/posts about branching strategies in general, I would almost say too ...
2
votes
3answers
666 views
Are online version control services considered safe?
My question above:
"Are online version control services considered safe?"
comes from users that have raised concern & my own doubt.
Can we trust online CVS, GIT, SUBVERSION services to ...
2
votes
1answer
748 views
Simple web interfaces for SVN with write access
I installed SVN (yes, it is Subversion and not Git) and have it working through WebDav, which is wonderful. But now I would like to give all the users the ability to manage their SVN accounts and ...
1
vote
2answers
138 views
What SCM tool and approach would be best for this scenario?
I do freelance work from home - several websites based on Wordpress, OpenCart, other open source projects and sometimes some custom made CMS/ecommerce.
I'm trying to get organized to have a local ...
0
votes
4answers
2k views
How do I get source code from Google code?
How can I get editable source code off of Google Code?
(I'm looking into SipDroid and Siphon in particular.)
EDIT:
I'm not looking to check back in, I just want the source so I can use it in my ...
1
vote
1answer
153 views
Where to store the unit test classes?
So far I've always stored my unit test on my HDD, as I'm the only one in the company to actually care about them, but I'm thinking of cheking them in the repository in order to use them in my CI ...
1
vote
2answers
366 views
Last.fm client source code / SVN
I have already asked in their forums ([1], [2]) but I don't seem to get an answer there.
It seems that the official Lastfm SVN (svn://svn.audioscrobbler.net/clientside/Last.fm) is not updated anymore ...
3
votes
3answers
2k views
Migrate SVN repository from Google code to another repository server (keeping history)
I read some question/answers here about how to do it using svnadmin/dump etc.
Actually I did not understand properly what I'm supposed to do.
...
2
votes
1answer
2k views
how do i download source code using svn on OS X?
How can I get source code off the internet using SVN? I'm trying to download Oolong game engine for iPhone OS.
I am on Mac OS X 10.6 with XCode 3.2.2.
svn checkout ...
1
vote
2answers
38 views
Applying source code changes directly to Root
Ok I am not sure if this has ever been asked since it seems like a complicated/contextual type question.
If a development team works with several source branches from one main branch (root/trunk ...
1
vote
2answers
214 views
Source code repository for copy/paste distribution
Scenario is to use a source code repository as usual except at periodic intervals, take a backup of the delta changes and copy them over to a remote location which should bring it to the same state as ...
0
votes
2answers
346 views
Using SVN am I obligated to create a new folder and do the checkout without exception?
Refer to my previous question for context: Link
Consider this situation:
I upload the source code for my app for the very first time from my Desktop.
On my laptop machine, I create a blank folder ...
1
vote
4answers
4k views
Using Tortoise SVN, how can I download the latest version of the source code of my CodePlex application?
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 ...
2
votes
4answers
492 views
How to move all source code over when it was on VisualSVN Server on Vista and migrating to Windows 7?
I had VisualSVN Server running perfectly on a Windows Vista machine, and then now it is to run Windows 7 on that same machine (installed on a new partition).
So now all the source code are in the ...
0
votes
5answers
148 views
When our source code is used again on Windows 7 (and was on Vista) using Tortoise SVN, will there be any problem?
If our source code was on
C:\code
when on Windows Vista, and now the machine is made into dual boot Vista and Windows 7.
So when booting to Win7, the folder is now
D:\code
and there are hidden ...
0
votes
2answers
437 views
How to relocate our source code from Vista running VisualSVN Server to Windows 7 running VisualSVN Server?
[i meant to ask this question on StackOverflow...]
I have been using VisualSVN Server without any problem on Vista.
When it is time to change everything to Windows 7, I wonder what's the best way to ...
1
vote
3answers
894 views
How to import code to Subversion?
I use the Subversion on SourceForge, and sent some code via TortoiseSVN on WinXP, and it's a Revision 1.
When I changed something, I tried to send it as Revision 2, but I don't know how.
I was trying ...
3
votes
5answers
1k views
Setting up a code repository for a small web development company
I've recently become technical director of a small web development agency and we have a large codebase spread across around 200 websites. The code is in PHP & VBScript and a lot of client side ...
7
votes
5answers
1k views
Same working copy of the code with 2 SVN servers
Is it possible to use same working copy and to put the same into two different SVN servers(commit, update,...)?
84
votes
14answers
37k views
SVN Repository Search
Is there any good software that will allow me to search through my SVN respository for code snippets? I found 'FishEye' but the cost is 1,200 and well outside my budget.
20
votes
8answers
10k views
Subversion and shared files across repositories/projects?
I am migrating a client's SourceSafe repository (3 projects) to SVN and two of the projects share source files. (These projects are separate products - with different names and release versions, etc)
...
8
votes
15answers
1k views
What Are Some Decent ISPs That Host Subversion
I want a recommendation on an ISP which has Subversion installed so I can get a repository started. So far I found out discount.asp doesn't have that on their servers and will not support it. So I'm ...
19
votes
9answers
7k views
How would you organize a Subversion repository for in house software projects
I work for a company whose primary business is not software related. Most documentation for using source control is written with a development team writing for commercial or open source projects in ...