Thread Tools Display Modes
05-18-08, 08:46 PM   #1
Cairenn
Credendo Vides
 
Cairenn's Avatar
Premium Member
WoWInterface Admin
Join Date: Mar 2004
Posts: 7,134
SVN Feedback

Compliments, problems, suggestions, etc. Feel free to post 'em.
  Reply With Quote
05-18-08, 08:55 PM   #2
Dolby
PPAP
 
Dolby's Avatar
WoWInterface Admin
Join Date: Feb 2004
Posts: 2,341
Just an FYI more features will be added over the next few weeks like...
  • Listing Team members on file info page
  • Showing SVN info on file info page
  • Allow Team members that have make zip access to also have access to the normal edit screen.
  • Options to allow team members admin/limited access to the leaders portal
  • Some CSS fixes and tweaks to the webSVN area
  • Latest beta files list/rss

We just felt that the current state of things it would be beneficial to every one to open it up to every one now. We also welcome your feedback.

Last edited by Dolby : 05-18-08 at 08:58 PM.
  Reply With Quote
05-18-08, 09:05 PM   #3
Shadowed
...
Premium Member
Featured
Join Date: Feb 2006
Posts: 387
http://www.wowinterface.com/svn.php? doesn't sort the rows, so if you have a large amount of addons it's hard to find the ones to enable SVN projects for. When building the ZIP, an option to set the change log to the last X logs pulled from SVN would be nice.
Besides those two things, it looks pretty good.
  Reply With Quote
05-18-08, 09:24 PM   #4
Dolby
PPAP
 
Dolby's Avatar
WoWInterface Admin
Join Date: Feb 2004
Posts: 2,341
Should probably add a way to minimize and expand the list too so you don't always have to look at it.
  Reply With Quote
05-19-08, 04:17 AM   #5
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
If someone wants to updload a new UI, do they have to use this svn thing, or is this mostly for addon authors?
  Reply With Quote
05-19-08, 04:56 AM   #6
Dolby
PPAP
 
Dolby's Avatar
WoWInterface Admin
Join Date: Feb 2004
Posts: 2,341
Originally Posted by Silenia View Post
If someone wants to updload a new UI, do they have to use this svn thing, or is this mostly for addon authors?
This is really for addon authors. If your uploading compilations the best way is to continue to use the upload/edit forms like normal.
  Reply With Quote
05-19-08, 05:25 AM   #7
Petrah
A Pyroguard Emberseer
 
Petrah's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2008
Posts: 2,988
Thanks for the fast reply
  Reply With Quote
05-19-08, 08:56 AM   #8
Dolby
PPAP
 
Dolby's Avatar
WoWInterface Admin
Join Date: Feb 2004
Posts: 2,341
Fix breadcrumb "wowinterface" link in svn options. It should link to svn.wowinterface.com

Add option to rename svn

Last edited by Dolby : 05-19-08 at 09:16 AM.
  Reply With Quote
05-19-08, 11:31 AM   #9
Maul
Ion Engines, Engage!
 
Maul's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 401
If possible, I would like the option to have my commit comments auto-post to the project.
  Reply With Quote
05-19-08, 02:45 PM   #10
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 960
A note for people out there... unless this has already been fixed...

When you go to create a zip, make sure you select push live or delete before you leave the page. If you don't you won't be able to create another zip till you cancel that, and there's no way to get back to the page to cancel it, yet.
  Reply With Quote
05-19-08, 03:30 PM   #11
Dolby
PPAP
 
Dolby's Avatar
WoWInterface Admin
Join Date: Feb 2004
Posts: 2,341
Originally Posted by Tekkub View Post
A note for people out there... unless this has already been fixed...

When you go to create a zip, make sure you select push live or delete before you leave the page. If you don't you won't be able to create another zip till you cancel that, and there's no way to get back to the page to cancel it, yet.
There is an option to reset the lockout in the Misc Options area now.
  Reply With Quote
05-19-08, 03:32 PM   #12
Tekkub
A Molten Giant
 
Tekkub's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2005
Posts: 960
I'll tweak the FAQ accordingly!
  Reply With Quote
05-20-08, 12:55 PM   #13
Morgalm
A Murloc Raider
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 4
Libraries

How do we add libraries? When I try to manually add my library files to the directory and choose SVN Add I get this error: Error: 'C:\Documents and Settings\Administrator\My Documents\MorgDKP WOWI SVN\trunk\libs\LibBabble-Zone-3.0\LibStub' is already under version control
  Reply With Quote
05-21-08, 02:44 AM   #14
Cladhaire
Salad!
 
Cladhaire's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Jul 2005
Posts: 1,935
Originally Posted by Morgalm View Post
How do we add libraries? When I try to manually add my library files to the directory and choose SVN Add I get this error: Error: 'C:\Documents and Settings\Administrator\My Documents\MorgDKP WOWI SVN\trunk\libs\LibBabble-Zone-3.0\LibStub' is already under version control
You're not doing it correctly. You can't add a file that's already under version control. That means you can't just copy files from one SVN to another.. you need to import them properly, making sure there isn't already an .svn directory.
__________________
"There's only one thing that I know how to do well and I've often been told that you only can do what you know how to do well, and that's be you-- be what you're like-- be like yourself. And so I'm having a wonderful time, but I'd rather be whistling in the dark..."
  Reply With Quote
05-21-08, 11:35 AM   #15
Morgalm
A Murloc Raider
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 4
DOH! Your right thought I got rid of all the SVN folders:P
  Reply With Quote
05-21-08, 06:34 PM   #16
Mikord
A Theradrim Guardian
AddOn Author - Click to view addons
Join Date: Jul 2006
Posts: 61
This is an excellent addition to WoWInterface. Thank you to all those who worked to implement it.

One suggestion I have is to install a pre-revprop-change hook to allow svn:log updates to correct commit log errors.

The typical command to do this is:

svn propset --revprop -r <revision> svn:log "This is the corrected log message."


For a linux type of environment, the hook could look like this:

Code:
#!/bin/sh
REPOS="$1"
REV="$2"
USER="$3"
PROPNAME="$4"

if [ "$PROPNAME" = "svn:log" ]; then exit 0; fi

echo "Changing revision properties other than svn:log is prohibited" >&2
exit 1
It would need to be named pre-revprop-change and made executable. It is typically located in a svn/hooks directory.

This hook would allow the svn:log unversioned revision property to be changed (with appropriate user/pass permissions of course) and disallow changing any others thereby allowing log updates without compromising other properties.
  Reply With Quote
05-22-08, 09:10 AM   #17
Broessel01
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: May 2008
Posts: 15
Login problems :(

Hi,

when i checkout my files, i use the loginname and password from the "SVN login info".

Every time i get an password error? Whats wrong?

Thanks für your help.
  Reply With Quote
05-22-08, 09:33 AM   #18
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
are you copy/pasting it in or typing?
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
05-22-08, 10:27 AM   #19
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
Featured
Join Date: Oct 2006
Posts: 10,860
When pushing a beta zip, any changes made to the description/changelog will not take.
__________________
"You'd be surprised how many people violate this simple principle every day of their lives and try to fit square pegs into round holes, ignoring the clear reality that Things Are As They Are." -Benjamin Hoff, The Tao of Pooh

  Reply With Quote
05-22-08, 11:28 AM   #20
Dolby
PPAP
 
Dolby's Avatar
WoWInterface Admin
Join Date: Feb 2004
Posts: 2,341
Originally Posted by Seerah View Post
When pushing a beta zip, any changes made to the description/changelog will not take.
Whoops, fixed
  Reply With Quote

WoWInterface » Site Forums » Site help, bugs, suggestions/questions » SVN Feedback


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off