Anyone know how to commit a directory to subversion?

I'm having some trouble:
svn commit -m "Adding images directory" images
(no response - good right?)
svn status
? images
svn ls
(some files, but no images directory)

Help?

PS - Any good video tutorials of subversion / place I could go for some one-on-one tutorials?

Do svn add images first. Then svn commit images .

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.