How do I track and manage the dependencies of software modules under version control?
I am building several websites, each of which uses a particular Apache configuration, particular Django code, a shared Python library, and some shared Javascript. For each site these pieces are interdependent -- if the server code changes, the Javas...
There is something that drives me nuts these days since I cannot continue my work on a project. I've switched to another computer and can't get PHP and svn executable to work together nicely :)
$output = "";
$value = "";
exec("/opt/subversion/bin/svn info --username something --password something --non-interactive <REPO_URL> 2>&1", ...
I'm new to SVN so this could be an easy question.
We have a "trunk" with 1st level directories:
10 <-- documents
20 <-- source code, db scripts, ...
30 <-- documents
40 <-- referenced 3rd party library-es
I made a "develop" branch from the "trunk".
In "develop" we change our source code and after testing it we merge it to "trunk".
T...
A client still uses Visual SourceSafe, but after showing the numerous dangers and deficiencies of VSS, they've decided to migrate from VSS to SVN Subversion.
The choice-to-be seems Tortoise SVN with AnkhSVN (good choice?). A migration aid is described here. The project contains two websites, a few web applications, several control and f...
Hi All,
Iam sending an email once the svn committ is succesful. Now i want to send the committed revision number (output of svn status -u) also in email. Iam using the blat to send an email in a batch file.
blat - -body "Subversion Commit successful. Log file: \%computername%%OUTPUT_FILE%" -subject "Successful - SVN Commit'" -to [email protected]...
Hey all,
i copied an existing svn folder (a) to a new folder b and want to also switch the repository url. Its still pointing to a repo.
i try svn switch --relocate but only get:
svn: Relocate can only change the repository part of an URL
What is the right way to do this task?
Thanks for your help!
...
Particularly I mean videos.
I have fair bit of videos on my website and as I do submit all graphics with the sources, I have serious doubts about committing videos and archives (sizes between 10MB and 300MB).
Does it make any sense at all to do this?
...
Is there an open source web front for me to put on my server? I would like to give friends a url so we all can create our own svn projects without restrictions and great speed. optional SSL would be nice with it too.
Web interface like trac is a bonus
...
We use one branch for the our upcoming release, and trunk for the next release (later).
For example:
v1.1 -> v1.2 -> trunk
(Where v1.1 is in production, v1.2 is the upcoming release and trunk will turn into v1.3 closer to release).
While working on the upcoming release, we check in using SVN (TortoiseSVN). The problem with this is that...
I am wondering what the best way (for a lone developer) is to
develop a project that depends on code of other projects
deploy the resulting project to the server
I am planning to put my code in svn, and have shared code as a separate project. There are problems with svn:externals which I cannot fully estimate.
I've read
subversi...
Our company have recently upgraded our FogBugz installation to version 7, downloaded the latest post-commit files, and followed the latest instructions on integrating SVN with FogBugz (to get lists of modified files for each case.)
However, I've been unable to get them working. Can anyone shed some light on what i might be doing wrong?...
The organization I currently work for uses SVN for developing PHP applications. Our development cycle started out simple, doing a commit updates the web root using the post-commit hook in order to see changes right away. Than we ran into an issue with development features getting in the way of bug fixes and holding up the fixed files f...
I've been using a WAMP stack for a while now and have my projects organized in this way
wamp/www/project1
wamp/www/project2
wamp/www/project3
etc.
Now I started to use Eclipse for PHP and have a workspace that's located in my C drive at
C:/my_eclipse_workspace
When I create new project in eclipse, a folder gets created for it at
...
I would like to export my code from the working svn copy while including all unversioned files. For example, there are uploaded images/config files etc, that I would like included in the export.
How can I achieve this?
...
With TortoiseSVN, I created a repository on my external hard drive, where I store all my code. I purposely chose to put it on an external hard drive so I can use it on multiple computers (take it with me from place to place). However, yesterday, I tried to checkout my code from my repository from a different computer (also running Tortoi...
I just downloaded Cornerstone and would like to add my existing files to a new repository. The repository will be file based (no server) and used by a single developer. In Cornerstone, I create a repository. It doesn't have any folders. I then select one of my existing project folders and import it. The folder imports but none of my...
I am having a huge problem with this.
I want to take my whole project from the root folder, and move it to the root/webUI folder.
What I have done seems simple, but it's not working. I simply made the new root/webUI folders, selected everything else in the root folder, and right-click dragged it into the new folder. I then elected to S...
What do you recommend for using SVN as a means to manage development of a project using remote/external developers in terms of code review/managing changes,etc? Should everyone checkin to the trunk and provide comments for everything or do people use patches, branches, or some othe process to manage this? Please provide any suggestions y...
How do you know how many developers were involved in a project using a Revision Control System? A friend of mine found this way to look up the answer in git log:
git log | grep Author: | sort -u | cut –delimiter=” ” -f2 | sort -u | wc -l
Is there a straightforward way in git? How about other Revision Control System like Subversion...
Hi, I am new to Subversion. I was trying to subversion AutoCAD files for my projects deparment, however it does'nt seem to work. It works fine with docs and xls files etc.,
Along with 'subversion', i am using Tortoise SVN client.
Would appreciate some clear responses for this ?
Sams
ps - Any suggestions for AutoDesk Vault workgroup ?
...