Hi Derek, creating your own branch means copying a complete branch (in our case the trunk/phpMyAdmin) to the branches/gsoc/derek structure, then copy over your files and commit.
Hey Marc,
I believe that to be what I've done.
- svn copy from trunk/phpMyAdmin to branches/gsoc/derek
- then copy over working copy files
Although, I just realized I forgot to re-"svn add" a couple of files.
If I have misunderstood or done something wrong, please instruct me on how to correctly go about it. I am not an experienced committer. =P It may also encourage other students to get their own branches going, if they are unsure of themselves as well.
Thanks for the help Marc,
-Derek
On Tue, Jul 14, 2009 at 12:01 PM, Marc Delislemarc@infomarc.info wrote:
Hi Derek, creating your own branch means copying a complete branch (in our case the trunk/phpMyAdmin) to the branches/gsoc/derek structure, then copy over your files and commit.
-- Marc Delisle http://infomarc.info
Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Derek Schaefer a écrit :
Hey Marc,
I believe that to be what I've done.
svn copy from trunk/phpMyAdmin to branches/gsoc/derek
then copy over working copy files
Although, I just realized I forgot to re-"svn add" a couple of files.
If I have misunderstood or done something wrong, please instruct me on how to correctly go about it. I am not an experienced committer. =P It may also encourage other students to get their own branches going, if they are unsure of themselves as well.
Thanks for the help Marc,
-Derek
On Tue, Jul 14, 2009 at 12:01 PM, Marc Delislemarc@infomarc.info wrote:
Hi Derek, creating your own branch means copying a complete branch (in our case the trunk/phpMyAdmin) to the branches/gsoc/derek structure, then copy over your files and commit.
Sorry Derek, your branch is correct, as can be seen on http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/branches/gsoc/derek/...
It's just that I did not see a message about your copying action on the svn list (I think usually there are such messages).
On Tue, Jul 14, 2009 at 12:13 PM, Marc Delislemarc@infomarc.info wrote:
Derek Schaefer a écrit :
Hey Marc,
I believe that to be what I've done.
svn copy from trunk/phpMyAdmin to branches/gsoc/derek
then copy over working copy files
Although, I just realized I forgot to re-"svn add" a couple of files.
If I have misunderstood or done something wrong, please instruct me on how to correctly go about it. I am not an experienced committer. =P It may also encourage other students to get their own branches going, if they are unsure of themselves as well.
Thanks for the help Marc,
-Derek
On Tue, Jul 14, 2009 at 12:01 PM, Marc Delislemarc@infomarc.info wrote:
Hi Derek, creating your own branch means copying a complete branch (in our case the trunk/phpMyAdmin) to the branches/gsoc/derek structure, then copy over your files and commit.
Sorry Derek, your branch is correct, as can be seen on http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/branches/gsoc/derek/...
It's just that I did not see a message about your copying action on the svn list (I think usually there are such messages).
Ok, good to know. It didn't show the copying as it's own entry because I did both actions under one commit, which was probably bad svn etiquette. I'll keep that in mind.
Also, is there anything I need to do to make my demo instance utilize new revisions of my branch (or in this case, begin utilizing it at all), or is it completely out of my hands? I'm assuming it's the latter.
-Derek
-- Marc Delisle http://infomarc.info
Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Derek Schaefer a écrit :
Sorry Derek, your branch is correct, as can be seen on http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/branches/gsoc/derek/...
It's just that I did not see a message about your copying action on the svn list (I think usually there are such messages).
Ok, good to know. It didn't show the copying as it's own entry because I did both actions under one commit, which was probably bad svn etiquette. I'll keep that in mind.
Also, is there anything I need to do to make my demo instance utilize new revisions of my branch (or in this case, begin utilizing it at all), or is it completely out of my hands? I'm assuming it's the latter.
-Derek
Not sure about the demo server synchronizing (and when); Michal manages it.
On Tue, Jul 14, 2009 at 12:35 PM, Marc Delislemarc@infomarc.info wrote:
Derek Schaefer a écrit :
Sorry Derek, your branch is correct, as can be seen on http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin/branches/gsoc/derek/...
It's just that I did not see a message about your copying action on the svn list (I think usually there are such messages).
Ok, good to know. It didn't show the copying as it's own entry because I did both actions under one commit, which was probably bad svn etiquette. I'll keep that in mind.
Also, is there anything I need to do to make my demo instance utilize new revisions of my branch (or in this case, begin utilizing it at all), or is it completely out of my hands? I'm assuming it's the latter.
-Derek
Not sure about the demo server synchronizing (and when); Michal manages it.
Alright, no worries. I'm sure he'll see it next time he's on.
-Derek
-- Marc Delisle http://infomarc.info
Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel
Dne Tue, 14 Jul 2009 12:24:03 -0500 Derek Schaefer derek.schaefer@gmail.com napsal(a):
Also, is there anything I need to do to make my demo instance utilize new revisions of my branch (or in this case, begin utilizing it at all), or is it completely out of my hands? I'm assuming it's the latter.
I will do it in the morning, too late for real work now ;-).
Dne Wed, 15 Jul 2009 01:06:29 +0200 Michal Čihař michal@cihar.com napsal(a):
Dne Tue, 14 Jul 2009 12:24:03 -0500 Derek Schaefer derek.schaefer@gmail.com napsal(a):
Also, is there anything I need to do to make my demo instance utilize new revisions of my branch (or in this case, begin utilizing it at all), or is it completely out of my hands? I'm assuming it's the latter.
I will do it in the morning, too late for real work now ;-).
Done, http://demo.phpmyadmin.net/gsoc-derek/ is now using your svn branch and is being updated every 15 minutes.
On Wed, Jul 15, 2009 at 2:33 AM, Michal Čihařmichal@cihar.com wrote:
Dne Wed, 15 Jul 2009 01:06:29 +0200 Michal Čihař michal@cihar.com napsal(a):
Dne Tue, 14 Jul 2009 12:24:03 -0500 Derek Schaefer derek.schaefer@gmail.com napsal(a):
Also, is there anything I need to do to make my demo instance utilize new revisions of my branch (or in this case, begin utilizing it at all), or is it completely out of my hands? I'm assuming it's the latter.
I will do it in the morning, too late for real work now ;-).
Done, http://demo.phpmyadmin.net/gsoc-derek/ is now using your svn branch and is being updated every 15 minutes.
Excellent! Thank you very much, Michal.
-- Michal Čihař | http://cihar.com | http://phpmyadmin.cz
Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel